#E6D212

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

Shades of Broom #E6D212

Tints of Broom #E6D212

Color information

#E6D212 (or 0xE6D212) is unknown color: approx Broom. HEX triplet: E6, D2 and 12. RGB value is (230,210,18). Sum of RGB (Red+Green+Blue) = 230+210+18=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D212 is #192DED. Grayscale: #C2C2C2. Windows color (decimal): -1650158 or 1233638. OLE color: 1233638.

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

Color convert

RGB23021018-
CMYK00.090.920.10
HSL54.34º85.48%48.63%-
HSV(B)54.34º92.17%90.2%-
XYZ55.7962.969.78-
YUV194.0928.63153.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.22%
GREEN value IS 210 (82.42% from 255) = 45.85%
BLUE value IS 18 (7.42% from 255) = 3.93%
R=50.22%
G=45.85%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302101800.090.920.1054.3485.4848.63
HexE6D212095CA365531
Octal34632222011134126612561
Binary11100110110100101001001001101110010101101101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D212; }

 p { color: rgb(230,210,18); }

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

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

 a { background-color: rgb(230,210,18); }

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

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

 span { border-color: rgb(230,210,18); }

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