Html Css Color HEX #FFEF95 Drover

📋 copy color: '#FFEF95'

red 255 ◦ green 239 ◦ blue 149

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

Shades of Drover #FFEF95

Tints of Drover #FFEF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.17%

R = 39.66%
G = 37.17%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFEF95 (or 0xFFEF95) is known color: Drover. HEX triplet: FF, EF and 95. RGB value is (255,239,149). Sum of RGB (Red+Green+Blue) = 255+239+149=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 149 (58.59% from 255 or 23.17% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF95 is #00106A. Grayscale: #E9E9E9. Windows color (decimal): -4203 or 9826303. OLE color: 9826303.

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

Color convert

RGB 255 239 149 -
CMYK 0 0.06 0.42 0
HSL 50.94º 1% 0.79% -
HSV(B) 50.94º 0.42% 1% -
XYZ 77.53 85.16 40.79 -
YUV 233.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 255 239 149 0 0.06 0.42 0 50.94 1 0.79
Hex FF EF 95 0 6 2A 0 33 64 4F
Octal 377 357 225 0 6 52 0 63 144 117
Binary 11111111 11101111 10010101 0 110 101010 0 110011 1100100 1001111

Color Harmonies of #FFEF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF95

Black with #FFEF95

Text Example


Text Example

White with #FFEF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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