#FFEB72

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

Shades of Witch Haze #FFEB72

Tints of Witch Haze #FFEB72

Color information

#FFEB72 (or 0xFFEB72) is unknown color: approx Witch Haze. HEX triplet: FF, EB and 72. RGB value is (255,235,114). Sum of RGB (Red+Green+Blue) = 255+235+114=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 114 (44.92% from 255 or 18.87% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB72 is #00148D. Grayscale: #E3E3E3. Windows color (decimal): -5262 or 7531519. OLE color: 7531519.

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

Color convert

RGB255235114-
CMYK00.080.550
HSL51.49º100%72.35%-
HSV(B)51.49º55.29%100%-
XYZ73.9981.8927.83-
YUV227.1964.13147.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 114 (44.92% from 255) = 18.87%
R=42.22%
G=38.91%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523511400.080.55051.4910072.35
HexFFEB7208370336448
Octal37735316201067063144110
Binary1111111111101011111001001000110111011001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB72; }

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

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

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

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

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

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

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

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