Html Css Color HEX #E8CB75 Golden Sand

📋 copy color: '#E8CB75'

red 232 ◦ green 203 ◦ blue 117

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

Shades of Golden Sand #E8CB75

Tints of Golden Sand #E8CB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.78%

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

R = 42.03%
G = 36.78%
B = 21.2%

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

#E8CB75 (or 0xE8CB75) is known color: Golden Sand. HEX triplet: E8, CB and 75. RGB value is (232,203,117). Sum of RGB (Red+Green+Blue) = 232+203+117=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CB75 is #17348A. Grayscale: #CACACA. Windows color (decimal): -1520779 or 7719912. OLE color: 7719912.

HSL color Cylindrical-coordinate representation of color #E8CB75: hue angle of 44.87º 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 #E8CB75 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 203 117 -
CMYK 0 0.12 0.50 0.09
HSL 44.87º 0.71% 0.68% -
HSV(B) 44.87º 0.5% 0.91% -
XYZ 57.85 61.15 25.58 -
YUV 201.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 232 203 117 0 0.12 0.50 0.09 44.87 0.71 0.68
Hex E8 CB 75 0 C 32 9 2D 47 44
Octal 350 313 165 0 14 62 11 55 107 104
Binary 11101000 11001011 1110101 0 1100 110010 1001 101101 1000111 1000100

Color Harmonies of #E8CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CB75

Black with #E8CB75

Text Example


Text Example

White with #E8CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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