#FFEE6A

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

Shades of Witch Haze #FFEE6A

Tints of Witch Haze #FFEE6A

Color information

#FFEE6A (or 0xFFEE6A) is unknown color: approx Witch Haze. HEX triplet: FF, EE and 6A. RGB value is (255,238,106). Sum of RGB (Red+Green+Blue) = 255+238+106=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 106 (41.80% from 255 or 17.70% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE6A is #001195. Grayscale: #E4E4E4. Windows color (decimal): -4502 or 7007999. OLE color: 7007999.

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

Color convert

RGB255238106-
CMYK00.070.580
HSL53.15º100%70.78%-
HSV(B)53.15º58.43%100%-
XYZ74.4283.4525.82-
YUV228.0359.13147.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 106 (41.80% from 255) = 17.70%
R=42.57%
G=39.73%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523810600.070.58053.1510070.78
HexFFEE6A073A0356447
Octal3773561520772065144107
Binary111111111110111011010100111111010011010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEE6A; }

 p { color: rgb(255,238,106); }

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

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

 a { background-color: rgb(255,238,106); }

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

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

 span { border-color: rgb(255,238,106); }

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