Html Css Color HEX #E49525 Buttercup

📋 copy color: '#E49525'

red 228 ◦ green 149 ◦ blue 37

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

Shades of Buttercup #E49525

Tints of Buttercup #E49525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.99%

 BLUE value IS 37 (14.84% from 255) = 8.94%

R = 55.07%
G = 35.99%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E49525 (or 0xE49525) is known color: Buttercup. HEX triplet: E4, 95 and 25. RGB value is (228,149,37). Sum of RGB (Red+Green+Blue) = 228+149+37=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E49525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49525 is #1B6ADA. Grayscale: #A0A0A0. Windows color (decimal): -1796827 or 2463204. OLE color: 2463204.

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

Color convert

RGB 228 149 37 -
CMYK 0 0.35 0.84 0.11
HSL 35.18º 0.78% 0.52% -
HSV(B) 35.18º 0.84% 0.89% -
XYZ 43.08 38.12 6.84 -
YUV 159.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 228 149 37 0 0.35 0.84 0.11 35.18 0.78 0.52
Hex E4 95 25 0 23 54 B 23 4E 34
Octal 344 225 45 0 43 124 13 43 116 64
Binary 11100100 10010101 100101 0 100011 1010100 1011 100011 1001110 110100

Color Harmonies of #E49525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49525

Black with #E49525

Text Example


Text Example

White with #E49525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49525; }

 p { color: rgb(228,149,37); }

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

background-color css

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

 a { background-color: rgb(228,149,37); }

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

border-color css

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

 span { border-color: rgb(228,149,37); }

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