Html Css Color HEX #E2B25C Equator

📋 copy color: '#E2B25C'

red 226 ◦ green 178 ◦ blue 92

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

Shades of Equator #E2B25C

Tints of Equator #E2B25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.55%

R = 45.56%
G = 35.89%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2B25C (or 0xE2B25C) is known color: Equator. HEX triplet: E2, B2 and 5C. RGB value is (226,178,92). Sum of RGB (Red+Green+Blue) = 226+178+92=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B25C is #1D4DA3. Grayscale: #B6B6B6. Windows color (decimal): -1920420 or 6075106. OLE color: 6075106.

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

Color convert

RGB 226 178 92 -
CMYK 0 0.21 0.59 0.11
HSL 38.51º 0.7% 0.62% -
HSV(B) 38.51º 0.59% 0.89% -
XYZ 49.22 48.78 16.95 -
YUV 182.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 226 178 92 0 0.21 0.59 0.11 38.51 0.7 0.62
Hex E2 B2 5C 0 15 3B B 27 46 3E
Octal 342 262 134 0 25 73 13 47 106 76
Binary 11100010 10110010 1011100 0 10101 111011 1011 100111 1000110 111110

Color Harmonies of #E2B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B25C

Black with #E2B25C

Text Example


Text Example

White with #E2B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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