Html Css Color HEX #E5CC6F Golden Sand

📋 copy color: '#E5CC6F'

red 229 ◦ green 204 ◦ blue 111

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

Shades of Golden Sand #E5CC6F

Tints of Golden Sand #E5CC6F

RGB

 RED value IS 229 (89.84% from 255) = 42.1%

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

 BLUE value IS 111 (43.75% from 255) = 20.4%

R = 42.1%
G = 37.5%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5CC6F (or 0xE5CC6F) is known color: Golden Sand. HEX triplet: E5, CC and 6F. RGB value is (229,204,111). Sum of RGB (Red+Green+Blue) = 229+204+111=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC6F is #1A3390. Grayscale: #C9C9C9. Windows color (decimal): -1717137 or 7326949. OLE color: 7326949.

HSL color Cylindrical-coordinate representation of color #E5CC6F: hue angle of 47.29º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5CC6F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 111 -
CMYK 0 0.11 0.52 0.10
HSL 47.29º 0.69% 0.67% -
HSV(B) 47.29º 0.52% 0.9% -
XYZ 56.78 60.99 23.82 -
YUV 200.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 229 204 111 0 0.11 0.52 0.10 47.29 0.69 0.67
Hex E5 CC 6F 0 B 34 A 2F 45 43
Octal 345 314 157 0 13 64 12 57 105 103
Binary 11100101 11001100 1101111 0 1011 110100 1010 101111 1000101 1000011

Color Harmonies of #E5CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC6F

Black with #E5CC6F

Text Example


Text Example

White with #E5CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC6F; }

 p { color: rgb(229,204,111); }

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

background-color css

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

 a { background-color: rgb(229,204,111); }

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

border-color css

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

 span { border-color: rgb(229,204,111); }

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