Html Css Color HEX #E2B25E Equator

📋 copy color: '#E2B25E'

red 226 ◦ green 178 ◦ blue 94

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

Shades of Equator #E2B25E

Tints of Equator #E2B25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

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

R = 45.38%
G = 35.74%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2B25E (or 0xE2B25E) is known color: Equator. HEX triplet: E2, B2 and 5E. RGB value is (226,178,94). Sum of RGB (Red+Green+Blue) = 226+178+94=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B25E is #1D4DA1. Grayscale: #B7B7B7. Windows color (decimal): -1920418 or 6206178. OLE color: 6206178.

HSL color Cylindrical-coordinate representation of color #E2B25E: hue angle of 38.18º 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 #E2B25E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 178 94 -
CMYK 0 0.21 0.58 0.11
HSL 38.18º 0.69% 0.63% -
HSV(B) 38.18º 0.58% 0.89% -
XYZ 49.3 48.82 17.41 -
YUV 182.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 226 178 94 0 0.21 0.58 0.11 38.18 0.69 0.63
Hex E2 B2 5E 0 15 3A B 26 45 3F
Octal 342 262 136 0 25 72 13 46 105 77
Binary 11100010 10110010 1011110 0 10101 111010 1011 100110 1000101 111111

Color Harmonies of #E2B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B25E

Black with #E2B25E

Text Example


Text Example

White with #E2B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B25E; }

 p { color: rgb(226,178,94); }

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

background-color css

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

 a { background-color: rgb(226,178,94); }

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

border-color css

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

 span { border-color: rgb(226,178,94); }

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