Html Css Color HEX #E9CC70 Golden Sand

📋 copy color: '#E9CC70'

red 233 ◦ green 204 ◦ blue 112

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

Shades of Golden Sand #E9CC70

Tints of Golden Sand #E9CC70

RGB

 RED value IS 233 (91.41% from 255) = 42.44%

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

 BLUE value IS 112 (44.14% from 255) = 20.4%

R = 42.44%
G = 37.16%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E9CC70 (or 0xE9CC70) is known color: Golden Sand. HEX triplet: E9, CC and 70. RGB value is (233,204,112). Sum of RGB (Red+Green+Blue) = 233+204+112=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC70 is #16338F. Grayscale: #CACACA. Windows color (decimal): -1454992 or 7392489. OLE color: 7392489.

HSL color Cylindrical-coordinate representation of color #E9CC70: hue angle of 45.62º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9CC70 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 204 112 -
CMYK 0 0.12 0.52 0.09
HSL 45.62º 0.73% 0.68% -
HSV(B) 45.62º 0.52% 0.91% -
XYZ 58.12 61.68 24.17 -
YUV 202.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 233 204 112 0 0.12 0.52 0.09 45.62 0.73 0.68
Hex E9 CC 70 0 C 34 9 2E 49 44
Octal 351 314 160 0 14 64 11 56 111 104
Binary 11101001 11001100 1110000 0 1100 110100 1001 101110 1001001 1000100

Color Harmonies of #E9CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CC70

Black with #E9CC70

Text Example


Text Example

White with #E9CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CC70; }

 p { color: rgb(233,204,112); }

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

background-color css

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

 a { background-color: rgb(233,204,112); }

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

border-color css

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

 span { border-color: rgb(233,204,112); }

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