Html Css Color HEX #E9D065 Golden Sand

📋 copy color: '#E9D065'

red 233 ◦ green 208 ◦ blue 101

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

Shades of Golden Sand #E9D065

Tints of Golden Sand #E9D065

RGB

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

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

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

R = 42.99%
G = 38.38%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E9D065 (or 0xE9D065) is known color: Golden Sand. HEX triplet: E9, D0 and 65. RGB value is (233,208,101). Sum of RGB (Red+Green+Blue) = 233+208+101=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D065 is #162F9A. Grayscale: #CBCBCB. Windows color (decimal): -1453979 or 6672617. OLE color: 6672617.

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

Color convert

RGB 233 208 101 -
CMYK 0 0.11 0.57 0.09
HSL 48.64º 0.75% 0.65% -
HSV(B) 48.64º 0.57% 0.91% -
XYZ 58.51 63.37 21.46 -
YUV 203.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 233 208 101 0 0.11 0.57 0.09 48.64 0.75 0.65
Hex E9 D0 65 0 B 39 9 31 4B 41
Octal 351 320 145 0 13 71 11 61 113 101
Binary 11101001 11010000 1100101 0 1011 111001 1001 110001 1001011 1000001

Color Harmonies of #E9D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D065

Black with #E9D065

Text Example


Text Example

White with #E9D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D065; }

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

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

background-color css

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

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

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

border-color css

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

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

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