Html Css Color HEX #E0B85F Equator

📋 copy color: '#E0B85F'

red 224 ◦ green 184 ◦ blue 95

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

Shades of Equator #E0B85F

Tints of Equator #E0B85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.58%

 BLUE value IS 95 (37.5% from 255) = 18.89%

R = 44.53%
G = 36.58%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0B85F (or 0xE0B85F) is known color: Equator. HEX triplet: E0, B8 and 5F. RGB value is (224,184,95). Sum of RGB (Red+Green+Blue) = 224+184+95=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B85F is #1F47A0. Grayscale: #BABABA. Windows color (decimal): -2049953 or 6273248. OLE color: 6273248.

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

Color convert

RGB 224 184 95 -
CMYK 0 0.18 0.58 0.12
HSL 41.4º 0.68% 0.63% -
HSV(B) 41.4º 0.58% 0.88% -
XYZ 49.95 50.95 18.03 -
YUV 185.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 224 184 95 0 0.18 0.58 0.12 41.4 0.68 0.63
Hex E0 B8 5F 0 12 3A C 29 44 3F
Octal 340 270 137 0 22 72 14 51 104 77
Binary 11100000 10111000 1011111 0 10010 111010 1100 101001 1000100 111111

Color Harmonies of #E0B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B85F

Black with #E0B85F

Text Example


Text Example

White with #E0B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B85F; }

 p { color: rgb(224,184,95); }

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

background-color css

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

 a { background-color: rgb(224,184,95); }

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

border-color css

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

 span { border-color: rgb(224,184,95); }

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