Html Css Color HEX #E0B463 Equator

📋 copy color: '#E0B463'

red 224 ◦ green 180 ◦ blue 99

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

Shades of Equator #E0B463

Tints of Equator #E0B463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.68%

R = 44.53%
G = 35.79%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E0B463 (or 0xE0B463) is known color: Equator. HEX triplet: E0, B4 and 63. RGB value is (224,180,99). Sum of RGB (Red+Green+Blue) = 224+180+99=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B463 is #1F4B9C. Grayscale: #B8B8B8. Windows color (decimal): -2050973 or 6534368. OLE color: 6534368.

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

Color convert

RGB 224 180 99 -
CMYK 0 0.20 0.56 0.12
HSL 38.88º 0.67% 0.63% -
HSV(B) 38.88º 0.56% 0.88% -
XYZ 49.31 49.39 18.74 -
YUV 183.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 224 180 99 0 0.20 0.56 0.12 38.88 0.67 0.63
Hex E0 B4 63 0 14 38 C 27 43 3F
Octal 340 264 143 0 24 70 14 47 103 77
Binary 11100000 10110100 1100011 0 10100 111000 1100 100111 1000011 111111

Color Harmonies of #E0B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B463

Black with #E0B463

Text Example


Text Example

White with #E0B463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B463; }

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

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

background-color css

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

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

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

border-color css

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

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

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