#FFEE69

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

Shades of Witch Haze #FFEE69

Tints of Witch Haze #FFEE69

Color information

#FFEE69 (or 0xFFEE69) is unknown color: approx Witch Haze. HEX triplet: FF, EE and 69. RGB value is (255,238,105). Sum of RGB (Red+Green+Blue) = 255+238+105=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 105 (41.41% from 255 or 17.56% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE69 is #001196. Grayscale: #E4E4E4. Windows color (decimal): -4503 or 6942463. OLE color: 6942463.

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

Color convert

RGB255238105-
CMYK00.070.590
HSL53.2º100%70.59%-
HSV(B)53.2º58.82%100%-
XYZ74.3683.4325.55-
YUV227.9258.63147.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 238 (93.36% from 255) = 39.80%
BLUE value IS 105 (41.41% from 255) = 17.56%
R=42.64%
G=39.80%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523810500.070.59053.210070.59
HexFFEE69073B0356447
Octal3773561510773065144107
Binary111111111110111011010010111111011011010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEE69; }

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

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

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

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

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

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

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

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