Html Css Color HEX #E4B65E Equator

📋 copy color: '#E4B65E'

red 228 ◦ green 182 ◦ blue 94

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

Shades of Equator #E4B65E

Tints of Equator #E4B65E

RGB

 RED value IS 228 (89.45% from 255) = 45.24%

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

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

R = 45.24%
G = 36.11%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E4B65E (or 0xE4B65E) is known color: Equator. HEX triplet: E4, B6 and 5E. RGB value is (228,182,94). Sum of RGB (Red+Green+Blue) = 228+182+94=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B65E is #1B49A1. Grayscale: #BABABA. Windows color (decimal): -1788322 or 6207204. OLE color: 6207204.

HSL color Cylindrical-coordinate representation of color #E4B65E: hue angle of 39.4º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4B65E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 182 94 -
CMYK 0 0.20 0.59 0.11
HSL 39.4º 0.71% 0.63% -
HSV(B) 39.4º 0.59% 0.89% -
XYZ 50.74 50.76 17.71 -
YUV 185.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 228 182 94 0 0.20 0.59 0.11 39.4 0.71 0.63
Hex E4 B6 5E 0 14 3B B 27 47 3F
Octal 344 266 136 0 24 73 13 47 107 77
Binary 11100100 10110110 1011110 0 10100 111011 1011 100111 1000111 111111

Color Harmonies of #E4B65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B65E

Black with #E4B65E

Text Example


Text Example

White with #E4B65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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