Html Css Color HEX #E1A130 Buttercup

📋 copy color: '#E1A130'

red 225 ◦ green 161 ◦ blue 48

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

Shades of Buttercup #E1A130

Tints of Buttercup #E1A130

RGB

 RED value IS 225 (88.28% from 255) = 51.84%

 GREEN value IS 161 (63.28% from 255) = 37.1%

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 51.84%
G = 37.1%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1A130 (or 0xE1A130) is known color: Buttercup. HEX triplet: E1, A1 and 30. RGB value is (225,161,48). Sum of RGB (Red+Green+Blue) = 225+161+48=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A130 is #1E5ECF. Grayscale: #A7A7A7. Windows color (decimal): -1990352 or 3187169. OLE color: 3187169.

HSL color Cylindrical-coordinate representation of color #E1A130: hue angle of 38.31º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1A130 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 161 48 -
CMYK 0 0.28 0.79 0.12
HSL 38.31º 0.75% 0.54% -
HSV(B) 38.31º 0.79% 0.88% -
XYZ 44.33 41.71 8.51 -
YUV 167.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 225 161 48 0 0.28 0.79 0.12 38.31 0.75 0.54
Hex E1 A1 30 0 1C 4F C 26 4B 36
Octal 341 241 60 0 34 117 14 46 113 66
Binary 11100001 10100001 110000 0 11100 1001111 1100 100110 1001011 110110

Color Harmonies of #E1A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A130

Black with #E1A130

Text Example


Text Example

White with #E1A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A130; }

 p { color: rgb(225,161,48); }

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

background-color css

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

 a { background-color: rgb(225,161,48); }

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

border-color css

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

 span { border-color: rgb(225,161,48); }

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