#FFEF97

Color #FFEF97 Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FFEF97

Tints of Drover #FFEF97

Color information

#FFEF97 (or 0xFFEF97) is unknown color: approx Drover. HEX triplet: FF, EF and 97. RGB value is (255,239,151). Sum of RGB (Red+Green+Blue) = 255+239+151=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF97 is #001068. Grayscale: #EAEAEA. Windows color (decimal): -4201 or 9957375. OLE color: 9957375.

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

Color convert

RGB255239151-
CMYK00.060.410
HSL50.77º100%79.61%-
HSV(B)50.77º40.78%100%-
XYZ77.6985.2341.63-
YUV233.7581.3143.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 151 (59.38% from 255) = 23.41%
R=39.53%
G=37.05%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523915100.060.41050.7710079.61
HexFFEF9706290336450
Octal3773572270651063144120
Binary1111111111101111100101110110101001011001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEF97; }

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

 H1.HeaderClassName
 {
   color: #FFEF97;
 }
 .AnyTagClassName
 {
   color: #FFEF97;
 }
</style>
background-color css

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

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

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

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

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

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