#E3DA14

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

Shades of Broom #E3DA14

Tints of Broom #E3DA14

Color information

#E3DA14 (or 0xE3DA14) is unknown color: approx Broom. HEX triplet: E3, DA and 14. RGB value is (227,218,20). Sum of RGB (Red+Green+Blue) = 227+218+20=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DA14 is #1C25EB. Grayscale: #C6C6C6. Windows color (decimal): -1844716 or 1366755. OLE color: 1366755.

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

Color convert

RGB22721820-
CMYK00.040.910.11
HSL57.39º83.81%48.43%-
HSV(B)57.39º91.19%89.02%-
XYZ56.8866.5210.5-
YUV198.1227.48148.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.82%
GREEN value IS 218 (85.55% from 255) = 46.88%
BLUE value IS 20 (8.20% from 255) = 4.30%
R=48.82%
G=46.88%
B=4.30%

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
Decimal2272182000.040.910.1157.3983.8148.43
HexE3DA14045BB395430
Octal3433322404133137112460
Binary1110001111011010101000100101101110111110011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DA14; }

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

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

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

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

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

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

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

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