Html Css Color HEX #E5D514 Broom

📋 copy color: '#E5D514'

red 229 ◦ green 213 ◦ blue 20

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

Shades of Broom #E5D514

Tints of Broom #E5D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.1%

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

R = 49.57%
G = 46.1%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E5D514 (or 0xE5D514) is known color: Broom. HEX triplet: E5, D5 and 14. RGB value is (229,213,20). Sum of RGB (Red+Green+Blue) = 229+213+20=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D514 is #1A2AEB. Grayscale: #C4C4C4. Windows color (decimal): -1714924 or 1365477. OLE color: 1365477.

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

Color convert

RGB 229 213 20 -
CMYK 0 0.07 0.91 0.10
HSL 55.41º 0.84% 0.49% -
HSV(B) 55.41º 0.91% 0.9% -
XYZ 56.23 64.3 10.11 -
YUV 195.78 28.8 151.69 -
System Red Green Blue C M Y K H S L
Decimal 229 213 20 0 0.07 0.91 0.10 55.41 0.84 0.49
Hex E5 D5 14 0 7 5B A 37 54 31
Octal 345 325 24 0 7 133 12 67 124 61
Binary 11100101 11010101 10100 0 111 1011011 1010 110111 1010100 110001

Color Harmonies of #E5D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D514

Black with #E5D514

Text Example


Text Example

White with #E5D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D514; }

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

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

background-color css

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

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

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

border-color css

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

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

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