Html Css Color HEX #E58240 Pizazz

📋 copy color: '#E58240'

red 229 ◦ green 130 ◦ blue 64

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

Shades of Pizazz #E58240

Tints of Pizazz #E58240

RGB

 RED value IS 229 (89.84% from 255) = 54.14%

 GREEN value IS 130 (51.17% from 255) = 30.73%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 54.14%
G = 30.73%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E58240 (or 0xE58240) is known color: Pizazz. HEX triplet: E5, 82 and 40. RGB value is (229,130,64). Sum of RGB (Red+Green+Blue) = 229+130+64=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E58240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58240 is #1A7DBF. Grayscale: #989898. Windows color (decimal): -1736128 or 4227813. OLE color: 4227813.

HSL color Cylindrical-coordinate representation of color #E58240: hue angle of 24º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E58240 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 64 -
CMYK 0 0.43 0.72 0.10
HSL 24º 0.76% 0.57% -
HSV(B) 24º 0.72% 0.9% -
XYZ 41.22 32.99 9.05 -
YUV 152.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 229 130 64 0 0.43 0.72 0.10 24 0.76 0.57
Hex E5 82 40 0 2B 48 A 18 4C 39
Octal 345 202 100 0 53 110 12 30 114 71
Binary 11100101 10000010 1000000 0 101011 1001000 1010 11000 1001100 111001

Color Harmonies of #E58240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58240

Black with #E58240

Text Example


Text Example

White with #E58240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58240; }

 p { color: rgb(229,130,64); }

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

background-color css

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

 a { background-color: rgb(229,130,64); }

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

border-color css

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

 span { border-color: rgb(229,130,64); }

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