#FFEB7D

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

Shades of Witch Haze #FFEB7D

Tints of Witch Haze #FFEB7D

Color information

#FFEB7D (or 0xFFEB7D) is unknown color: approx Witch Haze. HEX triplet: FF, EB and 7D. RGB value is (255,235,125). Sum of RGB (Red+Green+Blue) = 255+235+125=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB7D is #001482. Grayscale: #E4E4E4. Windows color (decimal): -5251 or 8252415. OLE color: 8252415.

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

Color convert

RGB255235125-
CMYK00.080.510
HSL50.77º100%74.51%-
HSV(B)50.77º50.98%100%-
XYZ74.6582.1631.33-
YUV228.4469.63146.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 125 (49.22% from 255) = 20.33%
R=41.46%
G=38.21%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523512500.080.51050.7710074.51
HexFFEB7D0833033644b
Octal37735317501063063144113
Binary1111111111101011111110101000110011011001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB7D; }

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

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

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

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

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

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

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

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