#FFEB6A

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

Shades of Witch Haze #FFEB6A

Tints of Witch Haze #FFEB6A

Color information

#FFEB6A (or 0xFFEB6A) is unknown color: approx Witch Haze. HEX triplet: FF, EB and 6A. RGB value is (255,235,106). Sum of RGB (Red+Green+Blue) = 255+235+106=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 106 (41.80% from 255 or 17.79% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB6A is #001495. Grayscale: #E2E2E2. Windows color (decimal): -5270 or 7007231. OLE color: 7007231.

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

Color convert

RGB255235106-
CMYK00.080.580
HSL51.95º100%70.78%-
HSV(B)51.95º58.43%100%-
XYZ73.5581.7225.53-
YUV226.2760.13148.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 106 (41.80% from 255) = 17.79%
R=42.79%
G=39.43%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523510600.080.58051.9510070.78
HexFFEB6A083A0346447
Octal37735315201072064144107
Binary1111111111101011110101001000111010011010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB6A; }

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

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

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

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

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

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

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

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