Html Css Color HEX #E9D269 Golden Sand

📋 copy color: '#E9D269'

red 233 ◦ green 210 ◦ blue 105

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

Shades of Golden Sand #E9D269

Tints of Golden Sand #E9D269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.32%

 BLUE value IS 105 (41.41% from 255) = 19.16%

R = 42.52%
G = 38.32%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9D269 (or 0xE9D269) is known color: Golden Sand. HEX triplet: E9, D2 and 69. RGB value is (233,210,105). Sum of RGB (Red+Green+Blue) = 233+210+105=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D269 is #162D96. Grayscale: #CDCDCD. Windows color (decimal): -1453463 or 6935273. OLE color: 6935273.

HSL color Cylindrical-coordinate representation of color #E9D269: hue angle of 49.22º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9D269 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 210 105 -
CMYK 0 0.10 0.55 0.09
HSL 49.22º 0.74% 0.66% -
HSV(B) 49.22º 0.55% 0.91% -
XYZ 59.2 64.44 22.68 -
YUV 204.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 233 210 105 0 0.10 0.55 0.09 49.22 0.74 0.66
Hex E9 D2 69 0 A 37 9 31 4A 42
Octal 351 322 151 0 12 67 11 61 112 102
Binary 11101001 11010010 1101001 0 1010 110111 1001 110001 1001010 1000010

Color Harmonies of #E9D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D269

Black with #E9D269

Text Example


Text Example

White with #E9D269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D269; }

 p { color: rgb(233,210,105); }

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

background-color css

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

 a { background-color: rgb(233,210,105); }

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

border-color css

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

 span { border-color: rgb(233,210,105); }

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