Html Css Color HEX #F8EDA0 Drover

📋 copy color: '#F8EDA0'

red 248 ◦ green 237 ◦ blue 160

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

Shades of Drover #F8EDA0

Tints of Drover #F8EDA0

RGB

 RED value IS 248 (97.27% from 255) = 38.45%

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

 BLUE value IS 160 (62.89% from 255) = 24.81%

R = 38.45%
G = 36.74%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F8EDA0 (or 0xF8EDA0) is known color: Drover. HEX triplet: F8, ED and A0. RGB value is (248,237,160). Sum of RGB (Red+Green+Blue) = 248+237+160=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EDA0 is #07125F. Grayscale: #E7E7E7. Windows color (decimal): -463456 or 10546680. OLE color: 10546680.

HSL color Cylindrical-coordinate representation of color #F8EDA0: hue angle of 52.5º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8EDA0 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 160 -
CMYK 0 0.04 0.35 0.03
HSL 52.5º 0.86% 0.8% -
HSV(B) 52.5º 0.35% 0.97% -
XYZ 75.34 83.06 45.32 -
YUV 231.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 248 237 160 0 0.04 0.35 0.03 52.5 0.86 0.8
Hex F8 ED A0 0 4 23 3 34 56 50
Octal 370 355 240 0 4 43 3 64 126 120
Binary 11111000 11101101 10100000 0 100 100011 11 110100 1010110 1010000

Color Harmonies of #F8EDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDA0

Black with #F8EDA0

Text Example


Text Example

White with #F8EDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDA0; }

 p { color: rgb(248,237,160); }

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

background-color css

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

 a { background-color: rgb(248,237,160); }

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

border-color css

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

 span { border-color: rgb(248,237,160); }

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