Html Css Color HEX #E0A02C Buttercup

📋 copy color: '#E0A02C'

red 224 ◦ green 160 ◦ blue 44

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

Shades of Buttercup #E0A02C

Tints of Buttercup #E0A02C

RGB

 RED value IS 224 (87.89% from 255) = 52.34%

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

 BLUE value IS 44 (17.58% from 255) = 10.28%

R = 52.34%
G = 37.38%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0A02C (or 0xE0A02C) is known color: Buttercup. HEX triplet: E0, A0 and 2C. RGB value is (224,160,44). Sum of RGB (Red+Green+Blue) = 224+160+44=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A02C is #1F5FD3. Grayscale: #A6A6A6. Windows color (decimal): -2056148 or 2924768. OLE color: 2924768.

HSL color Cylindrical-coordinate representation of color #E0A02C: hue angle of 38.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0A02C is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 44 -
CMYK 0 0.29 0.80 0.12
HSL 38.67º 0.74% 0.53% -
HSV(B) 38.67º 0.8% 0.88% -
XYZ 43.77 41.17 8.02 -
YUV 165.91 59.2 169.43 -
System Red Green Blue C M Y K H S L
Decimal 224 160 44 0 0.29 0.80 0.12 38.67 0.74 0.53
Hex E0 A0 2C 0 1D 50 C 27 4A 35
Octal 340 240 54 0 35 120 14 47 112 65
Binary 11100000 10100000 101100 0 11101 1010000 1100 100111 1001010 110101

Color Harmonies of #E0A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A02C

Black with #E0A02C

Text Example


Text Example

White with #E0A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A02C; }

 p { color: rgb(224,160,44); }

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

background-color css

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

 a { background-color: rgb(224,160,44); }

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

border-color css

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

 span { border-color: rgb(224,160,44); }

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