Html Css Color HEX #FFEC6A Witch Haze

📋 copy color: '#FFEC6A'

red 255 ◦ green 236 ◦ blue 106

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

Shades of Witch Haze #FFEC6A

Tints of Witch Haze #FFEC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.76%

R = 42.71%
G = 39.53%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFEC6A (or 0xFFEC6A) is known color: Witch Haze. HEX triplet: FF, EC and 6A. RGB value is (255,236,106). Sum of RGB (Red+Green+Blue) = 255+236+106=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 106 (41.80% from 255 or 17.76% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC6A is #001395. Grayscale: #E3E3E3. Windows color (decimal): -5014 or 7007487. OLE color: 7007487.

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

Color convert

RGB 255 236 106 -
CMYK 0 0.07 0.58 0
HSL 52.35º 1% 0.71% -
HSV(B) 52.35º 0.58% 1% -
XYZ 73.84 82.29 25.63 -
YUV 226.86 59.79 148.07 -
System Red Green Blue C M Y K H S L
Decimal 255 236 106 0 0.07 0.58 0 52.35 1 0.71
Hex FF EC 6A 0 7 3A 0 34 64 47
Octal 377 354 152 0 7 72 0 64 144 107
Binary 11111111 11101100 1101010 0 111 111010 0 110100 1100100 1000111

Color Harmonies of #FFEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC6A

Black with #FFEC6A

Text Example


Text Example

White with #FFEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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