Html Css Color HEX #E0B15D Equator

📋 copy color: '#E0B15D'

red 224 ◦ green 177 ◦ blue 93

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

Shades of Equator #E0B15D

Tints of Equator #E0B15D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.83%

 BLUE value IS 93 (36.72% from 255) = 18.83%

R = 45.34%
G = 35.83%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0B15D (or 0xE0B15D) is known color: Equator. HEX triplet: E0, B1 and 5D. RGB value is (224,177,93). Sum of RGB (Red+Green+Blue) = 224+177+93=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B15D is #1F4EA2. Grayscale: #B5B5B5. Windows color (decimal): -2051747 or 6140384. OLE color: 6140384.

HSL color Cylindrical-coordinate representation of color #E0B15D: hue angle of 38.47º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0B15D is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 177 93 -
CMYK 0 0.21 0.58 0.12
HSL 38.47º 0.68% 0.62% -
HSV(B) 38.47º 0.58% 0.88% -
XYZ 48.44 48.08 17.08 -
YUV 181.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 224 177 93 0 0.21 0.58 0.12 38.47 0.68 0.62
Hex E0 B1 5D 0 15 3A C 26 44 3E
Octal 340 261 135 0 25 72 14 46 104 76
Binary 11100000 10110001 1011101 0 10101 111010 1100 100110 1000100 111110

Color Harmonies of #E0B15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B15D

Black with #E0B15D

Text Example


Text Example

White with #E0B15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B15D; }

 p { color: rgb(224,177,93); }

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

background-color css

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

 a { background-color: rgb(224,177,93); }

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

border-color css

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

 span { border-color: rgb(224,177,93); }

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