#FFEA72

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

Shades of Witch Haze #FFEA72

Tints of Witch Haze #FFEA72

Color information

#FFEA72 (or 0xFFEA72) is unknown color: approx Witch Haze. HEX triplet: FF, EA and 72. RGB value is (255,234,114). Sum of RGB (Red+Green+Blue) = 255+234+114=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 114 (44.92% from 255 or 18.91% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA72 is #00158D. Grayscale: #E3E3E3. Windows color (decimal): -5518 or 7531263. OLE color: 7531263.

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

Color convert

RGB255234114-
CMYK00.080.550
HSL51.06º100%72.35%-
HSV(B)51.06º55.29%100%-
XYZ73.781.3227.73-
YUV226.664.46148.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 114 (44.92% from 255) = 18.91%
R=42.29%
G=38.81%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523411400.080.55051.0610072.35
HexFFEA7208370336448
Octal37735216201067063144110
Binary1111111111101010111001001000110111011001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA72; }

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

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

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

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

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

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

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

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