Html Css Color HEX #E0B05D Equator

📋 copy color: '#E0B05D'

red 224 ◦ green 176 ◦ blue 93

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

Shades of Equator #E0B05D

Tints of Equator #E0B05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

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

R = 45.44%
G = 35.7%
B = 18.86%

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

#E0B05D (or 0xE0B05D) is known color: Equator. HEX triplet: E0, B0 and 5D. RGB value is (224,176,93). Sum of RGB (Red+Green+Blue) = 224+176+93=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B05D is #1F4FA2. Grayscale: #B5B5B5. Windows color (decimal): -2052003 or 6140128. OLE color: 6140128.

HSL color Cylindrical-coordinate representation of color #E0B05D: hue angle of 38.02º 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 #E0B05D is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 93 -
CMYK 0 0.21 0.58 0.12
HSL 38.02º 0.68% 0.62% -
HSV(B) 38.02º 0.58% 0.88% -
XYZ 48.24 47.69 17.02 -
YUV 180.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 224 176 93 0 0.21 0.58 0.12 38.02 0.68 0.62
Hex E0 B0 5D 0 15 3A C 26 44 3E
Octal 340 260 135 0 25 72 14 46 104 76
Binary 11100000 10110000 1011101 0 10101 111010 1100 100110 1000100 111110

Color Harmonies of #E0B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B05D

Black with #E0B05D

Text Example


Text Example

White with #E0B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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