Html Css Color HEX #FFEC72 Witch Haze

📋 copy color: '#FFEC72'

red 255 ◦ green 236 ◦ blue 114

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

Shades of Witch Haze #FFEC72

Tints of Witch Haze #FFEC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 18.84%

R = 42.15%
G = 39.01%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFEC72 (or 0xFFEC72) is known color: Witch Haze. HEX triplet: FF, EC and 72. RGB value is (255,236,114). Sum of RGB (Red+Green+Blue) = 255+236+114=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 114 (44.92% from 255 or 18.84% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC72 is #00138D. Grayscale: #E4E4E4. Windows color (decimal): -5006 or 7531775. OLE color: 7531775.

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

Color convert

RGB 255 236 114 -
CMYK 0 0.07 0.55 0
HSL 51.91º 1% 0.72% -
HSV(B) 51.91º 0.55% 1% -
XYZ 74.27 82.47 27.92 -
YUV 227.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 255 236 114 0 0.07 0.55 0 51.91 1 0.72
Hex FF EC 72 0 7 37 0 34 64 48
Octal 377 354 162 0 7 67 0 64 144 110
Binary 11111111 11101100 1110010 0 111 110111 0 110100 1100100 1001000

Color Harmonies of #FFEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC72

Black with #FFEC72

Text Example


Text Example

White with #FFEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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