Html Css Color HEX #FFEC7C Witch Haze

📋 copy color: '#FFEC7C'

red 255 ◦ green 236 ◦ blue 124

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

Shades of Witch Haze #FFEC7C

Tints of Witch Haze #FFEC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.16%

R = 41.46%
G = 38.37%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFEC7C (or 0xFFEC7C) is known color: Witch Haze. HEX triplet: FF, EC and 7C. RGB value is (255,236,124). Sum of RGB (Red+Green+Blue) = 255+236+124=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 124 (48.83% from 255 or 20.16% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC7C is #001383. Grayscale: #E5E5E5. Windows color (decimal): -4996 or 8187135. OLE color: 8187135.

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

Color convert

RGB 255 236 124 -
CMYK 0 0.07 0.51 0
HSL 51.3º 1% 0.74% -
HSV(B) 51.3º 0.51% 1% -
XYZ 74.87 82.71 31.09 -
YUV 228.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 255 236 124 0 0.07 0.51 0 51.3 1 0.74
Hex FF EC 7C 0 7 33 0 33 64 4A
Octal 377 354 174 0 7 63 0 63 144 112
Binary 11111111 11101100 1111100 0 111 110011 0 110011 1100100 1001010

Color Harmonies of #FFEC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC7C

Black with #FFEC7C

Text Example


Text Example

White with #FFEC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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