#FFEA70

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

Shades of Witch Haze #FFEA70

Tints of Witch Haze #FFEA70

Color information

#FFEA70 (or 0xFFEA70) is unknown color: approx Witch Haze. HEX triplet: FF, EA and 70. RGB value is (255,234,112). Sum of RGB (Red+Green+Blue) = 255+234+112=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 112 (44.14% from 255 or 18.64% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA70 is #00158F. Grayscale: #E2E2E2. Windows color (decimal): -5520 or 7400191. OLE color: 7400191.

HSL color Cylindrical-coordinate representation of color #FFEA70: hue angle of 51.19º 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 #FFEA70 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255234112-
CMYK00.080.560
HSL51.19º100%71.96%-
HSV(B)51.19º56.08%100%-
XYZ73.5981.2827.14-
YUV226.3763.46148.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 112 (44.14% from 255) = 18.64%
R=42.43%
G=38.94%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523411200.080.56051.1910071.96
HexFFEA7008380336448
Octal37735216001070063144110
Binary1111111111101010111000001000111000011001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA70; }

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

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

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

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

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

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

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

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