Html Css Color HEX #E0B15E Equator

📋 copy color: '#E0B15E'

red 224 ◦ green 177 ◦ blue 94

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

Shades of Equator #E0B15E

Tints of Equator #E0B15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.99%

R = 45.25%
G = 35.76%
B = 18.99%

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

#E0B15E (or 0xE0B15E) is known color: Equator. HEX triplet: E0, B1 and 5E. RGB value is (224,177,94). Sum of RGB (Red+Green+Blue) = 224+177+94=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B15E is #1F4EA1. Grayscale: #B5B5B5. Windows color (decimal): -2051746 or 6205920. OLE color: 6205920.

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

Color convert

RGB 224 177 94 -
CMYK 0 0.21 0.58 0.12
HSL 38.31º 0.68% 0.62% -
HSV(B) 38.31º 0.58% 0.88% -
XYZ 48.48 48.1 17.32 -
YUV 181.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 224 177 94 0 0.21 0.58 0.12 38.31 0.68 0.62
Hex E0 B1 5E 0 15 3A C 26 44 3E
Octal 340 261 136 0 25 72 14 46 104 76
Binary 11100000 10110001 1011110 0 10101 111010 1100 100110 1000100 111110

Color Harmonies of #E0B15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B15E

Black with #E0B15E

Text Example


Text Example

White with #E0B15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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