Html Css Color HEX #E0952D Buttercup

📋 copy color: '#E0952D'

red 224 ◦ green 149 ◦ blue 45

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

Shades of Buttercup #E0952D

Tints of Buttercup #E0952D

RGB

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

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

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

R = 53.59%
G = 35.65%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0952D (or 0xE0952D) is known color: Buttercup. HEX triplet: E0, 95 and 2D. RGB value is (224,149,45). Sum of RGB (Red+Green+Blue) = 224+149+45=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0952D is #1F6AD2. Grayscale: #A0A0A0. Windows color (decimal): -2058963 or 2987488. OLE color: 2987488.

HSL color Cylindrical-coordinate representation of color #E0952D: hue angle of 34.86º 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 #E0952D is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 45 -
CMYK 0 0.33 0.80 0.12
HSL 34.86º 0.74% 0.53% -
HSV(B) 34.86º 0.8% 0.88% -
XYZ 41.96 37.53 7.52 -
YUV 159.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 224 149 45 0 0.33 0.80 0.12 34.86 0.74 0.53
Hex E0 95 2D 0 21 50 C 23 4A 35
Octal 340 225 55 0 41 120 14 43 112 65
Binary 11100000 10010101 101101 0 100001 1010000 1100 100011 1001010 110101

Color Harmonies of #E0952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0952D

Black with #E0952D

Text Example


Text Example

White with #E0952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0952D; }

 p { color: rgb(224,149,45); }

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

background-color css

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

 a { background-color: rgb(224,149,45); }

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

border-color css

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

 span { border-color: rgb(224,149,45); }

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