Html Css Color HEX #E8CC75 Golden Sand

📋 copy color: '#E8CC75'

red 232 ◦ green 204 ◦ blue 117

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

Shades of Golden Sand #E8CC75

Tints of Golden Sand #E8CC75

RGB

 RED value IS 232 (91.02% from 255) = 41.95%

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

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

R = 41.95%
G = 36.89%
B = 21.16%

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

#E8CC75 (or 0xE8CC75) is known color: Golden Sand. HEX triplet: E8, CC and 75. RGB value is (232,204,117). Sum of RGB (Red+Green+Blue) = 232+204+117=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC75 is #17338A. Grayscale: #CACACA. Windows color (decimal): -1520523 or 7720168. OLE color: 7720168.

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

Color convert

RGB 232 204 117 -
CMYK 0 0.12 0.50 0.09
HSL 45.39º 0.71% 0.68% -
HSV(B) 45.39º 0.5% 0.91% -
XYZ 58.08 61.63 25.66 -
YUV 202.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 232 204 117 0 0.12 0.50 0.09 45.39 0.71 0.68
Hex E8 CC 75 0 C 32 9 2D 47 44
Octal 350 314 165 0 14 62 11 55 107 104
Binary 11101000 11001100 1110101 0 1100 110010 1001 101101 1000111 1000100

Color Harmonies of #E8CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CC75

Black with #E8CC75

Text Example


Text Example

White with #E8CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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