Html Css Color HEX #FFEC74 Witch Haze

📋 copy color: '#FFEC74'

red 255 ◦ green 236 ◦ blue 116

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

Shades of Witch Haze #FFEC74

Tints of Witch Haze #FFEC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.11%

R = 42.01%
G = 38.88%
B = 19.11%

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

#FFEC74 (or 0xFFEC74) is known color: Witch Haze. HEX triplet: FF, EC and 74. RGB value is (255,236,116). Sum of RGB (Red+Green+Blue) = 255+236+116=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC74 is #00138B. Grayscale: #E4E4E4. Windows color (decimal): -5004 or 7662847. OLE color: 7662847.

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

Color convert

RGB 255 236 116 -
CMYK 0 0.07 0.55 0
HSL 51.8º 1% 0.73% -
HSV(B) 51.8º 0.55% 1% -
XYZ 74.39 82.51 28.53 -
YUV 228 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 255 236 116 0 0.07 0.55 0 51.8 1 0.73
Hex FF EC 74 0 7 37 0 34 64 49
Octal 377 354 164 0 7 67 0 64 144 111
Binary 11111111 11101100 1110100 0 111 110111 0 110100 1100100 1001001

Color Harmonies of #FFEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC74

Black with #FFEC74

Text Example


Text Example

White with #FFEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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