Html Css Color HEX #E5CC6D Golden Sand

📋 copy color: '#E5CC6D'

red 229 ◦ green 204 ◦ blue 109

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

Shades of Golden Sand #E5CC6D

Tints of Golden Sand #E5CC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.11%

R = 42.25%
G = 37.64%
B = 20.11%

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

#E5CC6D (or 0xE5CC6D) is known color: Golden Sand. HEX triplet: E5, CC and 6D. RGB value is (229,204,109). Sum of RGB (Red+Green+Blue) = 229+204+109=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC6D is #1A3392. Grayscale: #C9C9C9. Windows color (decimal): -1717139 or 7195877. OLE color: 7195877.

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

Color convert

RGB 229 204 109 -
CMYK 0 0.11 0.52 0.10
HSL 47.5º 0.7% 0.66% -
HSV(B) 47.5º 0.52% 0.9% -
XYZ 56.67 60.95 23.25 -
YUV 200.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 229 204 109 0 0.11 0.52 0.10 47.5 0.7 0.66
Hex E5 CC 6D 0 B 34 A 30 46 42
Octal 345 314 155 0 13 64 12 60 106 102
Binary 11100101 11001100 1101101 0 1011 110100 1010 110000 1000110 1000010

Color Harmonies of #E5CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC6D

Black with #E5CC6D

Text Example


Text Example

White with #E5CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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