Html Css Color HEX #E9D05F Golden Sand

📋 copy color: '#E9D05F'

red 233 ◦ green 208 ◦ blue 95

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

Shades of Golden Sand #E9D05F

Tints of Golden Sand #E9D05F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

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

R = 43.47%
G = 38.81%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9D05F (or 0xE9D05F) is known color: Golden Sand. HEX triplet: E9, D0 and 5F. RGB value is (233,208,95). Sum of RGB (Red+Green+Blue) = 233+208+95=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D05F is #162FA0. Grayscale: #CBCBCB. Windows color (decimal): -1453985 or 6279401. OLE color: 6279401.

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

Color convert

RGB 233 208 95 -
CMYK 0 0.11 0.59 0.09
HSL 49.13º 0.76% 0.64% -
HSV(B) 49.13º 0.59% 0.91% -
XYZ 58.23 63.26 19.97 -
YUV 202.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 233 208 95 0 0.11 0.59 0.09 49.13 0.76 0.64
Hex E9 D0 5F 0 B 3B 9 31 4C 40
Octal 351 320 137 0 13 73 11 61 114 100
Binary 11101001 11010000 1011111 0 1011 111011 1001 110001 1001100 1000000

Color Harmonies of #E9D05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D05F

Black with #E9D05F

Text Example


Text Example

White with #E9D05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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