Html Css Color HEX #E9D014 Broom

📋 copy color: '#E9D014'

red 233 ◦ green 208 ◦ blue 20

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

Shades of Broom #E9D014

Tints of Broom #E9D014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.34%

R = 50.54%
G = 45.12%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E9D014 (or 0xE9D014) is known color: Broom. HEX triplet: E9, D0 and 14. RGB value is (233,208,20). Sum of RGB (Red+Green+Blue) = 233+208+20=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D014 is #162FEB. Grayscale: #C2C2C2. Windows color (decimal): -1454060 or 1364201. OLE color: 1364201.

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

Color convert

RGB 233 208 20 -
CMYK 0 0.11 0.91 0.09
HSL 52.96º 0.84% 0.5% -
HSV(B) 52.96º 0.91% 0.91% -
XYZ 56.29 62.49 9.76 -
YUV 194.04 29.78 155.79 -
System Red Green Blue C M Y K H S L
Decimal 233 208 20 0 0.11 0.91 0.09 52.96 0.84 0.5
Hex E9 D0 14 0 B 5B 9 35 54 32
Octal 351 320 24 0 13 133 11 65 124 62
Binary 11101001 11010000 10100 0 1011 1011011 1001 110101 1010100 110010

Color Harmonies of #E9D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D014

Black with #E9D014

Text Example


Text Example

White with #E9D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D014; }

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

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

background-color css

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

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

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

border-color css

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

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

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