Html Css Color HEX #FEEB7C Witch Haze

📋 copy color: '#FEEB7C'

red 254 ◦ green 235 ◦ blue 124

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

Shades of Witch Haze #FEEB7C

Tints of Witch Haze #FEEB7C

RGB

 RED value IS 254 (99.61% from 255) = 41.44%

 GREEN value IS 235 (92.19% from 255) = 38.34%

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

R = 41.44%
G = 38.34%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEEB7C (or 0xFEEB7C) is known color: Witch Haze. HEX triplet: FE, EB and 7C. RGB value is (254,235,124). Sum of RGB (Red+Green+Blue) = 254+235+124=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 124 (48.83% from 255 or 20.23% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB7C is #011483. Grayscale: #E4E4E4. Windows color (decimal): -70788 or 8186878. OLE color: 8186878.

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

Color convert

RGB 254 235 124 -
CMYK 0 0.07 0.51 0.00
HSL 51.23º 0.98% 0.74% -
HSV(B) 51.23º 0.51% 1% -
XYZ 74.22 81.94 30.97 -
YUV 228.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 254 235 124 0 0.07 0.51 0.00 51.23 0.98 0.74
Hex FE EB 7C 0 7 33 0 33 62 4A
Octal 376 353 174 0 7 63 0 63 142 112
Binary 11111110 11101011 1111100 0 111 110011 0 110011 1100010 1001010

Color Harmonies of #FEEB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB7C

Black with #FEEB7C

Text Example


Text Example

White with #FEEB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB7C; }

 p { color: rgb(254,235,124); }

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

background-color css

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

 a { background-color: rgb(254,235,124); }

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

border-color css

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

 span { border-color: rgb(254,235,124); }

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