Html Css Color HEX #E2A02B Buttercup

📋 copy color: '#E2A02B'

red 226 ◦ green 160 ◦ blue 43

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

Shades of Buttercup #E2A02B

Tints of Buttercup #E2A02B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

 BLUE value IS 43 (17.19% from 255) = 10.02%

R = 52.68%
G = 37.3%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2A02B (or 0xE2A02B) is known color: Buttercup. HEX triplet: E2, A0 and 2B. RGB value is (226,160,43). Sum of RGB (Red+Green+Blue) = 226+160+43=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A02B is #1D5FD4. Grayscale: #A6A6A6. Windows color (decimal): -1925077 or 2859234. OLE color: 2859234.

HSL color Cylindrical-coordinate representation of color #E2A02B: hue angle of 38.36º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2A02B is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 160 43 -
CMYK 0 0.29 0.81 0.11
HSL 38.36º 0.76% 0.53% -
HSV(B) 38.36º 0.81% 0.89% -
XYZ 44.37 41.48 7.95 -
YUV 166.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 226 160 43 0 0.29 0.81 0.11 38.36 0.76 0.53
Hex E2 A0 2B 0 1D 51 B 26 4C 35
Octal 342 240 53 0 35 121 13 46 114 65
Binary 11100010 10100000 101011 0 11101 1010001 1011 100110 1001100 110101

Color Harmonies of #E2A02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A02B

Black with #E2A02B

Text Example


Text Example

White with #E2A02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A02B; }

 p { color: rgb(226,160,43); }

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

background-color css

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

 a { background-color: rgb(226,160,43); }

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

border-color css

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

 span { border-color: rgb(226,160,43); }

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