#FFEF74

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

Shades of Witch Haze #FFEF74

Tints of Witch Haze #FFEF74

Color information

#FFEF74 (or 0xFFEF74) is unknown color: approx Witch Haze. HEX triplet: FF, EF and 74. RGB value is (255,239,116). Sum of RGB (Red+Green+Blue) = 255+239+116=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 116 (45.70% from 255 or 19.02% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF74 is #00108B. Grayscale: #E6E6E6. Windows color (decimal): -4236 or 7663615. OLE color: 7663615.

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

Color convert

RGB255239116-
CMYK00.060.550
HSL53.09º100%72.75%-
HSV(B)53.09º54.51%100%-
XYZ75.2684.2528.82-
YUV229.7663.8146-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 116 (45.70% from 255) = 19.02%
R=41.80%
G=39.18%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523911600.060.55053.0910072.75
HexFFEF7406370356449
Octal3773571640667065144111
Binary111111111110111111101000110110111011010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEF74; }

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

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

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

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

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

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

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

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