Html Css Color HEX #E9D00B Gold

📋 copy color: '#E9D00B'

red 233 ◦ green 208 ◦ blue 11

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

Shades of Gold #E9D00B

Tints of Gold #E9D00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 51.55%
G = 46.02%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9D00B (or 0xE9D00B) is known color: Gold. HEX triplet: E9, D0 and 0B. RGB value is (233,208,11). Sum of RGB (Red+Green+Blue) = 233+208+11=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D00B is #162FF4. Grayscale: #C1C1C1. Windows color (decimal): -1454069 or 774377. OLE color: 774377.

HSL color Cylindrical-coordinate representation of color #E9D00B: hue angle of 53.24º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9D00B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 208 11 -
CMYK 0 0.11 0.95 0.09
HSL 53.24º 0.91% 0.48% -
HSV(B) 53.24º 0.95% 0.91% -
XYZ 56.22 62.46 9.41 -
YUV 193.02 25.28 156.52 -
System Red Green Blue C M Y K H S L
Decimal 233 208 11 0 0.11 0.95 0.09 53.24 0.91 0.48
Hex E9 D0 B 0 B 5F 9 35 5B 30
Octal 351 320 13 0 13 137 11 65 133 60
Binary 11101001 11010000 1011 0 1011 1011111 1001 110101 1011011 110000

Color Harmonies of #E9D00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D00B

Black with #E9D00B

Text Example


Text Example

White with #E9D00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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