Html Css Color HEX #E18C2D Buttercup

📋 copy color: '#E18C2D'

red 225 ◦ green 140 ◦ blue 45

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

Shades of Buttercup #E18C2D

Tints of Buttercup #E18C2D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

 BLUE value IS 45 (17.97% from 255) = 10.98%

R = 54.88%
G = 34.15%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E18C2D (or 0xE18C2D) is known color: Buttercup. HEX triplet: E1, 8C and 2D. RGB value is (225,140,45). Sum of RGB (Red+Green+Blue) = 225+140+45=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C2D is #1E73D2. Grayscale: #9B9B9B. Windows color (decimal): -1995731 or 2985185. OLE color: 2985185.

HSL color Cylindrical-coordinate representation of color #E18C2D: hue angle of 31.67º degrees, saturation: 0.75, 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 #E18C2D is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 140 45 -
CMYK 0 0.38 0.8 0.12
HSL 31.67º 0.75% 0.53% -
HSV(B) 31.67º 0.8% 0.88% -
XYZ 40.9 34.95 7.07 -
YUV 154.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 225 140 45 0 0.38 0.8 0.12 31.67 0.75 0.53
Hex E1 8C 2D 0 26 50 C 20 4B 35
Octal 341 214 55 0 46 120 14 40 113 65
Binary 11100001 10001100 101101 0 100110 1010000 1100 100000 1001011 110101

Color Harmonies of #E18C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C2D

Black with #E18C2D

Text Example


Text Example

White with #E18C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C2D; }

 p { color: rgb(225,140,45); }

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

background-color css

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

 a { background-color: rgb(225,140,45); }

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

border-color css

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

 span { border-color: rgb(225,140,45); }

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