Html Css Color HEX #E0962D Buttercup

📋 copy color: '#E0962D'

red 224 ◦ green 150 ◦ blue 45

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

Shades of Buttercup #E0962D

Tints of Buttercup #E0962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

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

R = 53.46%
G = 35.8%
B = 10.74%

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

#E0962D (or 0xE0962D) is known color: Buttercup. HEX triplet: E0, 96 and 2D. RGB value is (224,150,45). Sum of RGB (Red+Green+Blue) = 224+150+45=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0962D is #1F69D2. Grayscale: #A0A0A0. Windows color (decimal): -2058707 or 2987744. OLE color: 2987744.

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

Color convert

RGB 224 150 45 -
CMYK 0 0.33 0.80 0.12
HSL 35.2º 0.74% 0.53% -
HSV(B) 35.2º 0.8% 0.88% -
XYZ 42.12 37.85 7.57 -
YUV 160.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 224 150 45 0 0.33 0.80 0.12 35.2 0.74 0.53
Hex E0 96 2D 0 21 50 C 23 4A 35
Octal 340 226 55 0 41 120 14 43 112 65
Binary 11100000 10010110 101101 0 100001 1010000 1100 100011 1001010 110101

Color Harmonies of #E0962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0962D

Black with #E0962D

Text Example


Text Example

White with #E0962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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