Html Css Color HEX #E1BD62 Equator

📋 copy color: '#E1BD62'

red 225 ◦ green 189 ◦ blue 98

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

Shades of Equator #E1BD62

Tints of Equator #E1BD62

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 43.95%
G = 36.91%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1BD62 (or 0xE1BD62) is known color: Equator. HEX triplet: E1, BD and 62. RGB value is (225,189,98). Sum of RGB (Red+Green+Blue) = 225+189+98=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD62 is #1E429D. Grayscale: #BDBDBD. Windows color (decimal): -1983134 or 6471137. OLE color: 6471137.

HSL color Cylindrical-coordinate representation of color #E1BD62: hue angle of 42.99º 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 #E1BD62 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 98 -
CMYK 0 0.16 0.56 0.12
HSL 42.99º 0.68% 0.63% -
HSV(B) 42.99º 0.56% 0.88% -
XYZ 51.45 53.28 19.13 -
YUV 189.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 225 189 98 0 0.16 0.56 0.12 42.99 0.68 0.63
Hex E1 BD 62 0 10 38 C 2B 44 3F
Octal 341 275 142 0 20 70 14 53 104 77
Binary 11100001 10111101 1100010 0 10000 111000 1100 101011 1000100 111111

Color Harmonies of #E1BD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD62

Black with #E1BD62

Text Example


Text Example

White with #E1BD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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