#FFEC70

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

Shades of Witch Haze #FFEC70

Tints of Witch Haze #FFEC70

Color information

#FFEC70 (or 0xFFEC70) is unknown color: approx Witch Haze. HEX triplet: FF, EC and 70. RGB value is (255,236,112). Sum of RGB (Red+Green+Blue) = 255+236+112=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC70 is #00138F. Grayscale: #E4E4E4. Windows color (decimal): -5008 or 7400703. OLE color: 7400703.

HSL color Cylindrical-coordinate representation of color #FFEC70: hue angle of 52.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFEC70 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255236112-
CMYK00.070.560
HSL52.03º100%71.96%-
HSV(B)52.03º56.08%100%-
XYZ74.1682.4227.33-
YUV227.5462.79147.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 112 (44.14% from 255) = 18.57%
R=42.29%
G=39.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523611200.070.56052.0310071.96
HexFFEC7007380346448
Octal3773541600770064144110
Binary111111111110110011100000111111000011010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEC70; }

 p { color: rgb(255,236,112); }

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

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

 a { background-color: rgb(255,236,112); }

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

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

 span { border-color: rgb(255,236,112); }

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