#FFEA69

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

Shades of Witch Haze #FFEA69

Tints of Witch Haze #FFEA69

Color information

#FFEA69 (or 0xFFEA69) is unknown color: approx Witch Haze. HEX triplet: FF, EA and 69. RGB value is (255,234,105). Sum of RGB (Red+Green+Blue) = 255+234+105=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 105 (41.41% from 255 or 17.68% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA69 is #001596. Grayscale: #E2E2E2. Windows color (decimal): -5527 or 6941439. OLE color: 6941439.

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

Color convert

RGB255234105-
CMYK00.080.590
HSL51.6º100%70.59%-
HSV(B)51.6º58.82%100%-
XYZ73.2181.1325.16-
YUV225.5759.96148.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 105 (41.41% from 255) = 17.68%
R=42.93%
G=39.39%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523410500.080.59051.610070.59
HexFFEA69083B0346447
Octal37735215101073064144107
Binary1111111111101010110100101000111011011010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA69; }

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

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

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

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

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

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

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

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