Html Css Color HEX #E2A02A Buttercup

📋 copy color: '#E2A02A'

red 226 ◦ green 160 ◦ blue 42

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

Shades of Buttercup #E2A02A

Tints of Buttercup #E2A02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 52.8%
G = 37.38%
B = 9.81%

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

#E2A02A (or 0xE2A02A) is known color: Buttercup. HEX triplet: E2, A0 and 2A. RGB value is (226,160,42). Sum of RGB (Red+Green+Blue) = 226+160+42=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A02A is #1D5FD5. Grayscale: #A6A6A6. Windows color (decimal): -1925078 or 2793698. OLE color: 2793698.

HSL color Cylindrical-coordinate representation of color #E2A02A: hue angle of 38.48º 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 #E2A02A is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 160 42 -
CMYK 0 0.29 0.81 0.11
HSL 38.48º 0.76% 0.53% -
HSV(B) 38.48º 0.81% 0.89% -
XYZ 44.35 41.48 7.86 -
YUV 166.28 57.87 170.59 -
System Red Green Blue C M Y K H S L
Decimal 226 160 42 0 0.29 0.81 0.11 38.48 0.76 0.53
Hex E2 A0 2A 0 1D 51 B 26 4C 35
Octal 342 240 52 0 35 121 13 46 114 65
Binary 11100010 10100000 101010 0 11101 1010001 1011 100110 1001100 110101

Color Harmonies of #E2A02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A02A

Black with #E2A02A

Text Example


Text Example

White with #E2A02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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