#FFECA0

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

Shades of Drover #FFECA0

Tints of Drover #FFECA0

Color information

#FFECA0 (or 0xFFECA0) is unknown color: approx Drover. HEX triplet: FF, EC and A0. RGB value is (255,236,160). Sum of RGB (Red+Green+Blue) = 255+236+160=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 160 (62.89% from 255 or 24.58% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECA0 is #00135F. Grayscale: #E9E9E9. Windows color (decimal): -4960 or 10546431. OLE color: 10546431.

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

Color convert

RGB255236160-
CMYK00.070.370
HSL48º100%81.37%-
HSV(B)48º37.25%100%-
XYZ77.5883.7945.34-
YUV233.0286.79143.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 160 (62.89% from 255) = 24.58%
R=39.17%
G=36.25%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523616000.070.3704810081.37
HexFFECA007250306451
Octal3773542400745060144121
Binary1111111111101100101000000111100101011000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECA0; }

 p { color: rgb(255,236,160); }

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

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

 a { background-color: rgb(255,236,160); }

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

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

 span { border-color: rgb(255,236,160); }

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