Html Css Color HEX #E9CC5F Golden Sand

📋 copy color: '#E9CC5F'

red 233 ◦ green 204 ◦ blue 95

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

Shades of Golden Sand #E9CC5F

Tints of Golden Sand #E9CC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.86%

R = 43.8%
G = 38.35%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9CC5F (or 0xE9CC5F) is known color: Golden Sand. HEX triplet: E9, CC and 5F. RGB value is (233,204,95). Sum of RGB (Red+Green+Blue) = 233+204+95=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC5F is #1633A0. Grayscale: #C8C8C8. Windows color (decimal): -1455009 or 6278377. OLE color: 6278377.

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

Color convert

RGB 233 204 95 -
CMYK 0 0.12 0.59 0.09
HSL 47.39º 0.76% 0.64% -
HSV(B) 47.39º 0.59% 0.91% -
XYZ 57.26 61.34 19.65 -
YUV 200.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 233 204 95 0 0.12 0.59 0.09 47.39 0.76 0.64
Hex E9 CC 5F 0 C 3B 9 2F 4C 40
Octal 351 314 137 0 14 73 11 57 114 100
Binary 11101001 11001100 1011111 0 1100 111011 1001 101111 1001100 1000000

Color Harmonies of #E9CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CC5F

Black with #E9CC5F

Text Example


Text Example

White with #E9CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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