#E3DB14

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

Shades of Broom #E3DB14

Tints of Broom #E3DB14

Color information

#E3DB14 (or 0xE3DB14) is unknown color: approx Broom. HEX triplet: E3, DB and 14. RGB value is (227,219,20). Sum of RGB (Red+Green+Blue) = 227+219+20=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DB14 is #1C24EB. Grayscale: #C7C7C7. Windows color (decimal): -1844460 or 1367011. OLE color: 1367011.

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

Color convert

RGB22721920-
CMYK00.040.910.11
HSL57.68º83.81%48.43%-
HSV(B)57.68º91.19%89.02%-
XYZ57.1467.0410.59-
YUV198.7127.15148.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.71%
GREEN value IS 219 (85.94% from 255) = 47.00%
BLUE value IS 20 (8.20% from 255) = 4.29%
R=48.71%
G=47.00%
B=4.29%

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
Decimal2272192000.040.910.1157.6883.8148.43
HexE3DB14045BB3a5430
Octal3433332404133137212460
Binary1110001111011011101000100101101110111110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DB14; }

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

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

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

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

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

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

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

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