Html Css Color HEX #E49D20 Buttercup

📋 copy color: '#E49D20'

red 228 ◦ green 157 ◦ blue 32

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

Shades of Buttercup #E49D20

Tints of Buttercup #E49D20

RGB

 RED value IS 228 (89.45% from 255) = 54.68%

 GREEN value IS 157 (61.72% from 255) = 37.65%

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 54.68%
G = 37.65%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E49D20 (or 0xE49D20) is known color: Buttercup. HEX triplet: E4, 9D and 20. RGB value is (228,157,32). Sum of RGB (Red+Green+Blue) = 228+157+32=417 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.68% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D20 is #1B62DF. Grayscale: #A4A4A4. Windows color (decimal): -1794784 or 2137572. OLE color: 2137572.

HSL color Cylindrical-coordinate representation of color #E49D20: hue angle of 38.27º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E49D20 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 157 32 -
CMYK 0 0.31 0.86 0.11
HSL 38.27º 0.78% 0.51% -
HSV(B) 38.27º 0.86% 0.89% -
XYZ 44.31 40.71 6.89 -
YUV 163.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 228 157 32 0 0.31 0.86 0.11 38.27 0.78 0.51
Hex E4 9D 20 0 1F 56 B 26 4E 33
Octal 344 235 40 0 37 126 13 46 116 63
Binary 11100100 10011101 100000 0 11111 1010110 1011 100110 1001110 110011

Color Harmonies of #E49D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49D20

Black with #E49D20

Text Example


Text Example

White with #E49D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49D20; }

 p { color: rgb(228,157,32); }

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

background-color css

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

 a { background-color: rgb(228,157,32); }

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

border-color css

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

 span { border-color: rgb(228,157,32); }

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