#FFEF72

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

Shades of Witch Haze #FFEF72

Tints of Witch Haze #FFEF72

Color information

#FFEF72 (or 0xFFEF72) is unknown color: approx Witch Haze. HEX triplet: FF, EF and 72. RGB value is (255,239,114). Sum of RGB (Red+Green+Blue) = 255+239+114=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 114 (44.92% from 255 or 18.75% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF72 is #00108D. Grayscale: #E6E6E6. Windows color (decimal): -4238 or 7532543. OLE color: 7532543.

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

Color convert

RGB255239114-
CMYK00.060.550
HSL53.19º100%72.35%-
HSV(B)53.19º55.29%100%-
XYZ75.1484.2128.21-
YUV229.5362.8146.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 239 (93.75% from 255) = 39.31%
BLUE value IS 114 (44.92% from 255) = 18.75%
R=41.94%
G=39.31%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523911400.060.55053.1910072.35
HexFFEF7206370356448
Octal3773571620667065144110
Binary111111111110111111100100110110111011010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEF72; }

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

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

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

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

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

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

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

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