Html Css Color HEX #FFED7C Witch Haze

📋 copy color: '#FFED7C'

red 255 ◦ green 237 ◦ blue 124

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

Shades of Witch Haze #FFED7C

Tints of Witch Haze #FFED7C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.47%

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

R = 41.4%
G = 38.47%
B = 20.13%

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

#FFED7C (or 0xFFED7C) is known color: Witch Haze. HEX triplet: FF, ED and 7C. RGB value is (255,237,124). Sum of RGB (Red+Green+Blue) = 255+237+124=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED7C is #001283. Grayscale: #E5E5E5. Windows color (decimal): -4740 or 8187391. OLE color: 8187391.

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

Color convert

RGB 255 237 124 -
CMYK 0 0.07 0.51 0
HSL 51.76º 1% 0.74% -
HSV(B) 51.76º 0.51% 1% -
XYZ 75.16 83.28 31.18 -
YUV 229.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 255 237 124 0 0.07 0.51 0 51.76 1 0.74
Hex FF ED 7C 0 7 33 0 34 64 4A
Octal 377 355 174 0 7 63 0 64 144 112
Binary 11111111 11101101 1111100 0 111 110011 0 110100 1100100 1001010

Color Harmonies of #FFED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED7C

Black with #FFED7C

Text Example


Text Example

White with #FFED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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