Html Css Color HEX #E0CC66 Golden Sand

📋 copy color: '#E0CC66'

red 224 ◦ green 204 ◦ blue 102

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

Shades of Golden Sand #E0CC66

Tints of Golden Sand #E0CC66

RGB

 RED value IS 224 (87.89% from 255) = 42.26%

 GREEN value IS 204 (80.08% from 255) = 38.49%

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

R = 42.26%
G = 38.49%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0CC66 (or 0xE0CC66) is known color: Golden Sand. HEX triplet: E0, CC and 66. RGB value is (224,204,102). Sum of RGB (Red+Green+Blue) = 224+204+102=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC66 is #1F3399. Grayscale: #C6C6C6. Windows color (decimal): -2044826 or 6737120. OLE color: 6737120.

HSL color Cylindrical-coordinate representation of color #E0CC66: hue angle of 50.16º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0CC66 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 204 102 -
CMYK 0 0.09 0.54 0.12
HSL 50.16º 0.66% 0.64% -
HSV(B) 50.16º 0.54% 0.88% -
XYZ 54.73 59.99 21.27 -
YUV 198.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 224 204 102 0 0.09 0.54 0.12 50.16 0.66 0.64
Hex E0 CC 66 0 9 36 C 32 42 40
Octal 340 314 146 0 11 66 14 62 102 100
Binary 11100000 11001100 1100110 0 1001 110110 1100 110010 1000010 1000000

Color Harmonies of #E0CC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CC66

Black with #E0CC66

Text Example


Text Example

White with #E0CC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CC66; }

 p { color: rgb(224,204,102); }

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

background-color css

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

 a { background-color: rgb(224,204,102); }

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

border-color css

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

 span { border-color: rgb(224,204,102); }

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