Html Css Color HEX #FFED6F Witch Haze

📋 copy color: '#FFED6F'

red 255 ◦ green 237 ◦ blue 111

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

Shades of Witch Haze #FFED6F

Tints of Witch Haze #FFED6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.41%

R = 42.29%
G = 39.3%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFED6F (or 0xFFED6F) is known color: Witch Haze. HEX triplet: FF, ED and 6F. RGB value is (255,237,111). Sum of RGB (Red+Green+Blue) = 255+237+111=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 111 (43.75% from 255 or 18.41% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED6F is #001290. Grayscale: #E4E4E4. Windows color (decimal): -4753 or 7335423. OLE color: 7335423.

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

Color convert

RGB 255 237 111 -
CMYK 0 0.07 0.56 0
HSL 52.5º 1% 0.72% -
HSV(B) 52.5º 0.56% 1% -
XYZ 74.39 82.98 27.13 -
YUV 228.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 255 237 111 0 0.07 0.56 0 52.5 1 0.72
Hex FF ED 6F 0 7 38 0 34 64 48
Octal 377 355 157 0 7 70 0 64 144 110
Binary 11111111 11101101 1101111 0 111 111000 0 110100 1100100 1001000

Color Harmonies of #FFED6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED6F

Black with #FFED6F

Text Example


Text Example

White with #FFED6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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