#E6D70F

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

Shades of Broom #E6D70F

Tints of Broom #E6D70F

Color information

#E6D70F (or 0xE6D70F) is unknown color: approx Broom. HEX triplet: E6, D7 and 0F. RGB value is (230,215,15). Sum of RGB (Red+Green+Blue) = 230+215+15=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D70F is #1928F0. Grayscale: #C5C5C5. Windows color (decimal): -1648881 or 1038310. OLE color: 1038310.

HSL color Cylindrical-coordinate representation of color #E6D70F: hue angle of 55.81º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6D70F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB23021515-
CMYK00.070.930.10
HSL55.81º87.76%48.04%-
HSV(B)55.81º93.48%90.2%-
XYZ57.0265.4610.08-
YUV196.6825.47151.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50%
GREEN value IS 215 (84.38% from 255) = 46.74%
BLUE value IS 15 (6.25% from 255) = 3.26%
R=50%
G=46.74%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302151500.070.930.1055.8187.7648.04
HexE6D7F075DA385830
Octal3463271707135127013060
Binary111001101101011111110111101110110101110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D70F; }

 p { color: rgb(230,215,15); }

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

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

 a { background-color: rgb(230,215,15); }

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

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

 span { border-color: rgb(230,215,15); }

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