Html Css Color HEX #E0952A Buttercup

📋 copy color: '#E0952A'

red 224 ◦ green 149 ◦ blue 42

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

Shades of Buttercup #E0952A

Tints of Buttercup #E0952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.12%

R = 53.98%
G = 35.9%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0952A (or 0xE0952A) is known color: Buttercup. HEX triplet: E0, 95 and 2A. RGB value is (224,149,42). Sum of RGB (Red+Green+Blue) = 224+149+42=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0952A is #1F6AD5. Grayscale: #9F9F9F. Windows color (decimal): -2058966 or 2790880. OLE color: 2790880.

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

Color convert

RGB 224 149 42 -
CMYK 0 0.33 0.81 0.12
HSL 35.27º 0.75% 0.52% -
HSV(B) 35.27º 0.81% 0.88% -
XYZ 41.91 37.51 7.22 -
YUV 159.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 224 149 42 0 0.33 0.81 0.12 35.27 0.75 0.52
Hex E0 95 2A 0 21 51 C 23 4B 34
Octal 340 225 52 0 41 121 14 43 113 64
Binary 11100000 10010101 101010 0 100001 1010001 1100 100011 1001011 110100

Color Harmonies of #E0952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0952A

Black with #E0952A

Text Example


Text Example

White with #E0952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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