Html Css Color HEX #EEC466 Golden Sand

📋 copy color: '#EEC466'

red 238 ◦ green 196 ◦ blue 102

#EEC466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EEC466

Tints of Golden Sand #EEC466

RGB

 RED value IS 238 (93.36% from 255) = 44.4%

 GREEN value IS 196 (76.95% from 255) = 36.57%

 BLUE value IS 102 (40.23% from 255) = 19.03%

R = 44.4%
G = 36.57%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEC466 (or 0xEEC466) is known color: Golden Sand. HEX triplet: EE, C4 and 66. RGB value is (238,196,102). Sum of RGB (Red+Green+Blue) = 238+196+102=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC466 is #113B99. Grayscale: #C6C6C6. Windows color (decimal): -1129370 or 6735086. OLE color: 6735086.

HSL color Cylindrical-coordinate representation of color #EEC466: hue angle of 41.47º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEC466 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 102 -
CMYK 0 0.18 0.57 0.07
HSL 41.47º 0.8% 0.67% -
HSV(B) 41.47º 0.57% 0.93% -
XYZ 57.4 58.62 20.86 -
YUV 197.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 238 196 102 0 0.18 0.57 0.07 41.47 0.8 0.67
Hex EE C4 66 0 12 39 7 29 50 43
Octal 356 304 146 0 22 71 7 51 120 103
Binary 11101110 11000100 1100110 0 10010 111001 111 101001 1010000 1000011

Color Harmonies of #EEC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC466

Black with #EEC466

Text Example


Text Example

White with #EEC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC466; }

 p { color: rgb(238,196,102); }

 H1.HeaderClassName
 {
   color: #EEC466;
 }
 .AnyTagClassName
 {
   color: #EEC466;
 }
</style>

background-color css

<style>
 a { background-color: #EEC466; }

 a { background-color: rgb(238,196,102); }

 div.DivClassName
 {
   background-color: #EEC466;
 }
 .BgClassName
 {
   background-color: #EEC466;
 }
</style>

border-color css

<style>
 span { border-color: #EEC466; }

 span { border-color: rgb(238,196,102); }

 td.TdClassName
 {
   border-color: #EEC466;
 }
 .TagClassName
 {
   border-color: #EEC466;
 }
</style>