Html Css Color HEX #E2BD62 Equator

📋 copy color: '#E2BD62'

red 226 ◦ green 189 ◦ blue 98

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

Shades of Equator #E2BD62

Tints of Equator #E2BD62

RGB

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

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

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

R = 44.05%
G = 36.84%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2BD62 (or 0xE2BD62) is known color: Equator. HEX triplet: E2, BD and 62. RGB value is (226,189,98). Sum of RGB (Red+Green+Blue) = 226+189+98=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD62 is #1D429D. Grayscale: #BEBEBE. Windows color (decimal): -1917598 or 6471138. OLE color: 6471138.

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

Color convert

RGB 226 189 98 -
CMYK 0 0.16 0.57 0.11
HSL 42.66º 0.69% 0.64% -
HSV(B) 42.66º 0.57% 0.89% -
XYZ 51.77 53.45 19.14 -
YUV 189.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 226 189 98 0 0.16 0.57 0.11 42.66 0.69 0.64
Hex E2 BD 62 0 10 39 B 2B 45 40
Octal 342 275 142 0 20 71 13 53 105 100
Binary 11100010 10111101 1100010 0 10000 111001 1011 101011 1000101 1000000

Color Harmonies of #E2BD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD62

Black with #E2BD62

Text Example


Text Example

White with #E2BD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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