Html Css Color HEX #E5CC72 Golden Sand

📋 copy color: '#E5CC72'

red 229 ◦ green 204 ◦ blue 114

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

Shades of Golden Sand #E5CC72

Tints of Golden Sand #E5CC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 41.86%
G = 37.29%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E5CC72 (or 0xE5CC72) is known color: Golden Sand. HEX triplet: E5, CC and 72. RGB value is (229,204,114). Sum of RGB (Red+Green+Blue) = 229+204+114=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC72 is #1A338D. Grayscale: #C9C9C9. Windows color (decimal): -1717134 or 7523557. OLE color: 7523557.

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

Color convert

RGB 229 204 114 -
CMYK 0 0.11 0.50 0.10
HSL 46.96º 0.69% 0.67% -
HSV(B) 46.96º 0.5% 0.9% -
XYZ 56.94 61.06 24.7 -
YUV 201.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 229 204 114 0 0.11 0.50 0.10 46.96 0.69 0.67
Hex E5 CC 72 0 B 32 A 2F 45 43
Octal 345 314 162 0 13 62 12 57 105 103
Binary 11100101 11001100 1110010 0 1011 110010 1010 101111 1000101 1000011

Color Harmonies of #E5CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC72

Black with #E5CC72

Text Example


Text Example

White with #E5CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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