Html Css Color HEX #E9D265 Golden Sand

📋 copy color: '#E9D265'

red 233 ◦ green 210 ◦ blue 101

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

Shades of Golden Sand #E9D265

Tints of Golden Sand #E9D265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.57%

R = 42.83%
G = 38.6%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E9D265 (or 0xE9D265) is known color: Golden Sand. HEX triplet: E9, D2 and 65. RGB value is (233,210,101). Sum of RGB (Red+Green+Blue) = 233+210+101=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D265 is #162D9A. Grayscale: #CCCCCC. Windows color (decimal): -1453467 or 6673129. OLE color: 6673129.

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

Color convert

RGB 233 210 101 -
CMYK 0 0.10 0.57 0.09
HSL 49.55º 0.75% 0.65% -
HSV(B) 49.55º 0.57% 0.91% -
XYZ 59 64.36 21.62 -
YUV 204.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 233 210 101 0 0.10 0.57 0.09 49.55 0.75 0.65
Hex E9 D2 65 0 A 39 9 32 4B 41
Octal 351 322 145 0 12 71 11 62 113 101
Binary 11101001 11010010 1100101 0 1010 111001 1001 110010 1001011 1000001

Color Harmonies of #E9D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D265

Black with #E9D265

Text Example


Text Example

White with #E9D265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D265; }

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

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

background-color css

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

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

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

border-color css

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

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

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