Html Css Color HEX #FFEF80 Witch Haze

📋 copy color: '#FFEF80'

red 255 ◦ green 239 ◦ blue 128

#FFEF80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FFEF80

Tints of Witch Haze #FFEF80

RGB

 RED value IS 255 (100% from 255) = 41%

 GREEN value IS 239 (93.75% from 255) = 38.42%

 BLUE value IS 128 (50.39% from 255) = 20.58%

R = 41%
G = 38.42%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFEF80 (or 0xFFEF80) is known color: Witch Haze. HEX triplet: FF, EF and 80. RGB value is (255,239,128). Sum of RGB (Red+Green+Blue) = 255+239+128=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 128 (50.39% from 255 or 20.58% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF80 is #00107F. Grayscale: #E7E7E7. Windows color (decimal): -4224 or 8450047. OLE color: 8450047.

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

Color convert

RGB 255 239 128 -
CMYK 0 0.06 0.50 0
HSL 52.44º 1% 0.75% -
HSV(B) 52.44º 0.5% 1% -
XYZ 76 84.55 32.74 -
YUV 231.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 255 239 128 0 0.06 0.50 0 52.44 1 0.75
Hex FF EF 80 0 6 32 0 34 64 4B
Octal 377 357 200 0 6 62 0 64 144 113
Binary 11111111 11101111 10000000 0 110 110010 0 110100 1100100 1001011

Color Harmonies of #FFEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF80

Black with #FFEF80

Text Example


Text Example

White with #FFEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF80; }

 p { color: rgb(255,239,128); }

 H1.HeaderClassName
 {
   color: #FFEF80;
 }
 .AnyTagClassName
 {
   color: #FFEF80;
 }
</style>

background-color css

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

 a { background-color: rgb(255,239,128); }

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

border-color css

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

 span { border-color: rgb(255,239,128); }

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