Html Css Color HEX #FEEB7D Witch Haze

📋 copy color: '#FEEB7D'

red 254 ◦ green 235 ◦ blue 125

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

Shades of Witch Haze #FEEB7D

Tints of Witch Haze #FEEB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.36%

R = 41.37%
G = 38.27%
B = 20.36%

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

#FEEB7D (or 0xFEEB7D) is known color: Witch Haze. HEX triplet: FE, EB and 7D. RGB value is (254,235,125). Sum of RGB (Red+Green+Blue) = 254+235+125=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB7D is #011482. Grayscale: #E4E4E4. Windows color (decimal): -70787 or 8252414. OLE color: 8252414.

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

Color convert

RGB 254 235 125 -
CMYK 0 0.07 0.51 0.00
HSL 51.16º 0.98% 0.74% -
HSV(B) 51.16º 0.51% 1% -
XYZ 74.28 81.97 31.31 -
YUV 228.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 254 235 125 0 0.07 0.51 0.00 51.16 0.98 0.74
Hex FE EB 7D 0 7 33 0 33 62 4A
Octal 376 353 175 0 7 63 0 63 142 112
Binary 11111110 11101011 1111101 0 111 110011 0 110011 1100010 1001010

Color Harmonies of #FEEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB7D

Black with #FEEB7D

Text Example


Text Example

White with #FEEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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