Html Css Color HEX #E2BF61 Equator

📋 copy color: '#E2BF61'

red 226 ◦ green 191 ◦ blue 97

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

Shades of Equator #E2BF61

Tints of Equator #E2BF61

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 97 (38.28% from 255) = 18.87%

R = 43.97%
G = 37.16%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2BF61 (or 0xE2BF61) is known color: Equator. HEX triplet: E2, BF and 61. RGB value is (226,191,97). Sum of RGB (Red+Green+Blue) = 226+191+97=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF61 is #1D409E. Grayscale: #BFBFBF. Windows color (decimal): -1917087 or 6406114. OLE color: 6406114.

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

Color convert

RGB 226 191 97 -
CMYK 0 0.15 0.57 0.11
HSL 43.72º 0.69% 0.63% -
HSV(B) 43.72º 0.57% 0.89% -
XYZ 52.15 54.29 19.04 -
YUV 190.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 226 191 97 0 0.15 0.57 0.11 43.72 0.69 0.63
Hex E2 BF 61 0 F 39 B 2C 45 3F
Octal 342 277 141 0 17 71 13 54 105 77
Binary 11100010 10111111 1100001 0 1111 111001 1011 101100 1000101 111111

Color Harmonies of #E2BF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF61

Black with #E2BF61

Text Example


Text Example

White with #E2BF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF61; }

 p { color: rgb(226,191,97); }

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

background-color css

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

 a { background-color: rgb(226,191,97); }

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

border-color css

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

 span { border-color: rgb(226,191,97); }

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