Html Css Color HEX #FFEF85 Witch Haze

📋 copy color: '#FFEF85'

red 255 ◦ green 239 ◦ blue 133

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

Shades of Witch Haze #FFEF85

Tints of Witch Haze #FFEF85

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.12%

 BLUE value IS 133 (52.34% from 255) = 21.21%

R = 40.67%
G = 38.12%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFEF85 (or 0xFFEF85) is known color: Witch Haze. HEX triplet: FF, EF and 85. RGB value is (255,239,133). Sum of RGB (Red+Green+Blue) = 255+239+133=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 133 (52.34% from 255 or 21.21% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF85 is #00107A. Grayscale: #E8E8E8. Windows color (decimal): -4219 or 8777727. OLE color: 8777727.

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

Color convert

RGB 255 239 133 -
CMYK 0 0.06 0.48 0
HSL 52.13º 1% 0.76% -
HSV(B) 52.13º 0.48% 1% -
XYZ 76.34 84.69 34.51 -
YUV 231.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 255 239 133 0 0.06 0.48 0 52.13 1 0.76
Hex FF EF 85 0 6 30 0 34 64 4C
Octal 377 357 205 0 6 60 0 64 144 114
Binary 11111111 11101111 10000101 0 110 110000 0 110100 1100100 1001100

Color Harmonies of #FFEF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF85

Black with #FFEF85

Text Example


Text Example

White with #FFEF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF85; }

 p { color: rgb(255,239,133); }

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

background-color css

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

 a { background-color: rgb(255,239,133); }

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

border-color css

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

 span { border-color: rgb(255,239,133); }

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