#e4db14

Color #E4DB14 Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #E4DB14

Tints of Broom #E4DB14

Color information

#E4DB14 (or 0xE4DB14) is unknown color: approx Broom. HEX triplet: E4, DB and 14. RGB value is (228,219,20). Sum of RGB (Red+Green+Blue) = 228+219+20=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DB14 is #1B24EB. Grayscale: #C7C7C7. Windows color (decimal): -1778924 or 1367012. OLE color: 1367012.

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

Color convert

RGB22821920-
CMYK00.040.910.11
HSL57.4º83.87%48.63%-
HSV(B)57.4º91.23%89.41%-
XYZ57.4567.2110.61-
YUV19926.98148.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.82%
GREEN value IS 219 (85.94% from 255) = 46.90%
BLUE value IS 20 (8.20% from 255) = 4.28%
R=48.82%
G=46.90%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282192000.040.910.1157.483.8748.63
HexE4DB14045BB395431
Octal3443332404133137112461
Binary1110010011011011101000100101101110111110011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4db14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4db14; }

 p { color: rgb(228,219,20); }

 H1.HeaderClassName
 {
   color: #e4db14;
 }
 .AnyTagClassName
 {
   color: #e4db14;
 }
</style>
background-color css

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

 a { background-color: rgb(228,219,20); }

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

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

 span { border-color: rgb(228,219,20); }

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