Html Css Color HEX #E0B460 Equator

📋 copy color: '#E0B460'

red 224 ◦ green 180 ◦ blue 96

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

Shades of Equator #E0B460

Tints of Equator #E0B460

RGB

 RED value IS 224 (87.89% from 255) = 44.8%

 GREEN value IS 180 (70.7% from 255) = 36%

 BLUE value IS 96 (37.89% from 255) = 19.2%

R = 44.8%
G = 36%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E0B460 (or 0xE0B460) is known color: Equator. HEX triplet: E0, B4 and 60. RGB value is (224,180,96). Sum of RGB (Red+Green+Blue) = 224+180+96=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B460 is #1F4B9F. Grayscale: #B7B7B7. Windows color (decimal): -2050976 or 6337760. OLE color: 6337760.

HSL color Cylindrical-coordinate representation of color #E0B460: hue angle of 39.38º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0B460 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 96 -
CMYK 0 0.20 0.57 0.12
HSL 39.38º 0.67% 0.63% -
HSV(B) 39.38º 0.57% 0.88% -
XYZ 49.17 49.33 18 -
YUV 183.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 224 180 96 0 0.20 0.57 0.12 39.38 0.67 0.63
Hex E0 B4 60 0 14 39 C 27 43 3F
Octal 340 264 140 0 24 71 14 47 103 77
Binary 11100000 10110100 1100000 0 10100 111001 1100 100111 1000011 111111

Color Harmonies of #E0B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B460

Black with #E0B460

Text Example


Text Example

White with #E0B460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B460; }

 p { color: rgb(224,180,96); }

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

background-color css

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

 a { background-color: rgb(224,180,96); }

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

border-color css

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

 span { border-color: rgb(224,180,96); }

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