Html Css Color HEX #E9D314 Broom

📋 copy color: '#E9D314'

red 233 ◦ green 211 ◦ blue 20

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

Shades of Broom #E9D314

Tints of Broom #E9D314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 50.22%
G = 45.47%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E9D314 (or 0xE9D314) is known color: Broom. HEX triplet: E9, D3 and 14. RGB value is (233,211,20). Sum of RGB (Red+Green+Blue) = 233+211+20=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D314 is #162CEB. Grayscale: #C4C4C4. Windows color (decimal): -1453292 or 1364969. OLE color: 1364969.

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

Color convert

RGB 233 211 20 -
CMYK 0 0.09 0.91 0.09
HSL 53.8º 0.84% 0.5% -
HSV(B) 53.8º 0.91% 0.91% -
XYZ 57.02 63.96 10 -
YUV 195.8 28.79 154.53 -
System Red Green Blue C M Y K H S L
Decimal 233 211 20 0 0.09 0.91 0.09 53.8 0.84 0.5
Hex E9 D3 14 0 9 5B 9 36 54 32
Octal 351 323 24 0 11 133 11 66 124 62
Binary 11101001 11010011 10100 0 1001 1011011 1001 110110 1010100 110010

Color Harmonies of #E9D314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D314

Black with #E9D314

Text Example


Text Example

White with #E9D314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D314; }

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

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

background-color css

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

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

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

border-color css

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

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

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