Html Css Color HEX #FFEC80 Witch Haze

📋 copy color: '#FFEC80'

red 255 ◦ green 236 ◦ blue 128

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

Shades of Witch Haze #FFEC80

Tints of Witch Haze #FFEC80

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.13%

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

R = 41.2%
G = 38.13%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFEC80 (or 0xFFEC80) is known color: Witch Haze. HEX triplet: FF, EC and 80. RGB value is (255,236,128). Sum of RGB (Red+Green+Blue) = 255+236+128=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC80 is #00137F. Grayscale: #E5E5E5. Windows color (decimal): -4992 or 8449279. OLE color: 8449279.

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

Color convert

RGB 255 236 128 -
CMYK 0 0.07 0.50 0
HSL 51.02º 1% 0.75% -
HSV(B) 51.02º 0.5% 1% -
XYZ 75.13 82.81 32.45 -
YUV 229.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 255 236 128 0 0.07 0.50 0 51.02 1 0.75
Hex FF EC 80 0 7 32 0 33 64 4B
Octal 377 354 200 0 7 62 0 63 144 113
Binary 11111111 11101100 10000000 0 111 110010 0 110011 1100100 1001011

Color Harmonies of #FFEC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC80

Black with #FFEC80

Text Example


Text Example

White with #FFEC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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