Html Css Color HEX #E2B75F Equator

📋 copy color: '#E2B75F'

red 226 ◦ green 183 ◦ blue 95

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

Shades of Equator #E2B75F

Tints of Equator #E2B75F

RGB

 RED value IS 226 (88.67% from 255) = 44.84%

 GREEN value IS 183 (71.88% from 255) = 36.31%

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

R = 44.84%
G = 36.31%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2B75F (or 0xE2B75F) is known color: Equator. HEX triplet: E2, B7 and 5F. RGB value is (226,183,95). Sum of RGB (Red+Green+Blue) = 226+183+95=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B75F is #1D48A0. Grayscale: #BABABA. Windows color (decimal): -1919137 or 6272994. OLE color: 6272994.

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

Color convert

RGB 226 183 95 -
CMYK 0 0.19 0.58 0.11
HSL 40.31º 0.69% 0.63% -
HSV(B) 40.31º 0.58% 0.89% -
XYZ 50.36 50.86 17.99 -
YUV 185.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 226 183 95 0 0.19 0.58 0.11 40.31 0.69 0.63
Hex E2 B7 5F 0 13 3A B 28 45 3F
Octal 342 267 137 0 23 72 13 50 105 77
Binary 11100010 10110111 1011111 0 10011 111010 1011 101000 1000101 111111

Color Harmonies of #E2B75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B75F

Black with #E2B75F

Text Example


Text Example

White with #E2B75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B75F; }

 p { color: rgb(226,183,95); }

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

background-color css

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

 a { background-color: rgb(226,183,95); }

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

border-color css

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

 span { border-color: rgb(226,183,95); }

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