Html Css Color HEX #E9CC75 Golden Sand

📋 copy color: '#E9CC75'

red 233 ◦ green 204 ◦ blue 117

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

Shades of Golden Sand #E9CC75

Tints of Golden Sand #E9CC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.12%

R = 42.06%
G = 36.82%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E9CC75 (or 0xE9CC75) is known color: Golden Sand. HEX triplet: E9, CC and 75. RGB value is (233,204,117). Sum of RGB (Red+Green+Blue) = 233+204+117=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC75 is #16338A. Grayscale: #CBCBCB. Windows color (decimal): -1454987 or 7720169. OLE color: 7720169.

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

Color convert

RGB 233 204 117 -
CMYK 0 0.12 0.50 0.09
HSL 45º 0.73% 0.69% -
HSV(B) 45º 0.5% 0.91% -
XYZ 58.41 61.79 25.68 -
YUV 202.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 233 204 117 0 0.12 0.50 0.09 45 0.73 0.69
Hex E9 CC 75 0 C 32 9 2D 48 45
Octal 351 314 165 0 14 62 11 55 110 105
Binary 11101001 11001100 1110101 0 1100 110010 1001 101101 1001000 1000101

Color Harmonies of #E9CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CC75

Black with #E9CC75

Text Example


Text Example

White with #E9CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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