Html Css Color HEX #E9C770 Golden Sand

📋 copy color: '#E9C770'

red 233 ◦ green 199 ◦ blue 112

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

Shades of Golden Sand #E9C770

Tints of Golden Sand #E9C770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.58%

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

R = 42.83%
G = 36.58%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E9C770 (or 0xE9C770) is known color: Golden Sand. HEX triplet: E9, C7 and 70. RGB value is (233,199,112). Sum of RGB (Red+Green+Blue) = 233+199+112=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C770 is #16388F. Grayscale: #C7C7C7. Windows color (decimal): -1456272 or 7391209. OLE color: 7391209.

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

Color convert

RGB 233 199 112 -
CMYK 0 0.15 0.52 0.09
HSL 43.14º 0.73% 0.68% -
HSV(B) 43.14º 0.52% 0.91% -
XYZ 56.95 59.34 23.78 -
YUV 199.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 233 199 112 0 0.15 0.52 0.09 43.14 0.73 0.68
Hex E9 C7 70 0 F 34 9 2B 49 44
Octal 351 307 160 0 17 64 11 53 111 104
Binary 11101001 11000111 1110000 0 1111 110100 1001 101011 1001001 1000100

Color Harmonies of #E9C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C770

Black with #E9C770

Text Example


Text Example

White with #E9C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C770; }

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

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

background-color css

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

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

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

border-color css

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

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

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