Html Css Color HEX #E5D914 Broom

📋 copy color: '#E5D914'

red 229 ◦ green 217 ◦ blue 20

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

Shades of Broom #E5D914

Tints of Broom #E5D914

RGB

 RED value IS 229 (89.84% from 255) = 49.14%

 GREEN value IS 217 (85.16% from 255) = 46.57%

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

R = 49.14%
G = 46.57%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E5D914 (or 0xE5D914) is known color: Broom. HEX triplet: E5, D9 and 14. RGB value is (229,217,20). Sum of RGB (Red+Green+Blue) = 229+217+20=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D914 is #1A26EB. Grayscale: #C6C6C6. Windows color (decimal): -1713900 or 1366501. OLE color: 1366501.

HSL color Cylindrical-coordinate representation of color #E5D914: hue angle of 56.56º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5D914 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 20 -
CMYK 0 0.05 0.91 0.10
HSL 56.56º 0.84% 0.49% -
HSV(B) 56.56º 0.91% 0.9% -
XYZ 57.25 66.33 10.45 -
YUV 198.13 27.48 150.02 -
System Red Green Blue C M Y K H S L
Decimal 229 217 20 0 0.05 0.91 0.10 56.56 0.84 0.49
Hex E5 D9 14 0 5 5B A 39 54 31
Octal 345 331 24 0 5 133 12 71 124 61
Binary 11100101 11011001 10100 0 101 1011011 1010 111001 1010100 110001

Color Harmonies of #E5D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D914

Black with #E5D914

Text Example


Text Example

White with #E5D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D914; }

 p { color: rgb(229,217,20); }

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

background-color css

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

 a { background-color: rgb(229,217,20); }

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

border-color css

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

 span { border-color: rgb(229,217,20); }

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