Html Css Color HEX #E5B35D Equator

📋 copy color: '#E5B35D'

red 229 ◦ green 179 ◦ blue 93

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

Shades of Equator #E5B35D

Tints of Equator #E5B35D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

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

R = 45.71%
G = 35.73%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5B35D (or 0xE5B35D) is known color: Equator. HEX triplet: E5, B3 and 5D. RGB value is (229,179,93). Sum of RGB (Red+Green+Blue) = 229+179+93=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B35D is #1A4CA2. Grayscale: #B8B8B8. Windows color (decimal): -1723555 or 6140901. OLE color: 6140901.

HSL color Cylindrical-coordinate representation of color #E5B35D: hue angle of 37.94º 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 #E5B35D is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 179 93 -
CMYK 0 0.22 0.59 0.10
HSL 37.94º 0.72% 0.63% -
HSV(B) 37.94º 0.59% 0.9% -
XYZ 50.41 49.69 17.29 -
YUV 184.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 229 179 93 0 0.22 0.59 0.10 37.94 0.72 0.63
Hex E5 B3 5D 0 16 3B A 26 48 3F
Octal 345 263 135 0 26 73 12 46 110 77
Binary 11100101 10110011 1011101 0 10110 111011 1010 100110 1001000 111111

Color Harmonies of #E5B35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B35D

Black with #E5B35D

Text Example


Text Example

White with #E5B35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B35D; }

 p { color: rgb(229,179,93); }

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

background-color css

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

 a { background-color: rgb(229,179,93); }

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

border-color css

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

 span { border-color: rgb(229,179,93); }

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