Html Css Color HEX #E5B65E Equator

📋 copy color: '#E5B65E'

red 229 ◦ green 182 ◦ blue 94

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

Shades of Equator #E5B65E

Tints of Equator #E5B65E

RGB

 RED value IS 229 (89.84% from 255) = 45.35%

 GREEN value IS 182 (71.48% from 255) = 36.04%

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

R = 45.35%
G = 36.04%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5B65E (or 0xE5B65E) is known color: Equator. HEX triplet: E5, B6 and 5E. RGB value is (229,182,94). Sum of RGB (Red+Green+Blue) = 229+182+94=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B65E is #1A49A1. Grayscale: #BABABA. Windows color (decimal): -1722786 or 6207205. OLE color: 6207205.

HSL color Cylindrical-coordinate representation of color #E5B65E: hue angle of 39.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5B65E is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 182 94 -
CMYK 0 0.21 0.59 0.10
HSL 39.11º 0.72% 0.63% -
HSV(B) 39.11º 0.59% 0.9% -
XYZ 51.06 50.92 17.73 -
YUV 186.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 229 182 94 0 0.21 0.59 0.10 39.11 0.72 0.63
Hex E5 B6 5E 0 15 3B A 27 48 3F
Octal 345 266 136 0 25 73 12 47 110 77
Binary 11100101 10110110 1011110 0 10101 111011 1010 100111 1001000 111111

Color Harmonies of #E5B65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B65E

Black with #E5B65E

Text Example


Text Example

White with #E5B65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B65E; }

 p { color: rgb(229,182,94); }

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

background-color css

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

 a { background-color: rgb(229,182,94); }

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

border-color css

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

 span { border-color: rgb(229,182,94); }

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