Html Css Color HEX #E1B762 Equator

📋 copy color: '#E1B762'

red 225 ◦ green 183 ◦ blue 98

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

Shades of Equator #E1B762

Tints of Equator #E1B762

RGB

 RED value IS 225 (88.28% from 255) = 44.47%

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

 BLUE value IS 98 (38.67% from 255) = 19.37%

R = 44.47%
G = 36.17%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1B762 (or 0xE1B762) is known color: Equator. HEX triplet: E1, B7 and 62. RGB value is (225,183,98). Sum of RGB (Red+Green+Blue) = 225+183+98=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B762 is #1E489D. Grayscale: #BABABA. Windows color (decimal): -1984670 or 6469601. OLE color: 6469601.

HSL color Cylindrical-coordinate representation of color #E1B762: hue angle of 40.16º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1B762 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 183 98 -
CMYK 0 0.19 0.56 0.12
HSL 40.16º 0.68% 0.63% -
HSV(B) 40.16º 0.56% 0.88% -
XYZ 50.19 50.76 18.71 -
YUV 185.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 225 183 98 0 0.19 0.56 0.12 40.16 0.68 0.63
Hex E1 B7 62 0 13 38 C 28 44 3F
Octal 341 267 142 0 23 70 14 50 104 77
Binary 11100001 10110111 1100010 0 10011 111000 1100 101000 1000100 111111

Color Harmonies of #E1B762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B762

Black with #E1B762

Text Example


Text Example

White with #E1B762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B762; }

 p { color: rgb(225,183,98); }

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

background-color css

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

 a { background-color: rgb(225,183,98); }

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

border-color css

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

 span { border-color: rgb(225,183,98); }

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