Html Css Color HEX #E48140 Pizazz

📋 copy color: '#E48140'

red 228 ◦ green 129 ◦ blue 64

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

Shades of Pizazz #E48140

Tints of Pizazz #E48140

RGB

 RED value IS 228 (89.45% from 255) = 54.16%

 GREEN value IS 129 (50.78% from 255) = 30.64%

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

R = 54.16%
G = 30.64%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E48140 (or 0xE48140) is known color: Pizazz. HEX triplet: E4, 81 and 40. RGB value is (228,129,64). Sum of RGB (Red+Green+Blue) = 228+129+64=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E48140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48140 is #1B7EBF. Grayscale: #979797. Windows color (decimal): -1801920 or 4227556. OLE color: 4227556.

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

Color convert

RGB 228 129 64 -
CMYK 0 0.43 0.72 0.11
HSL 23.78º 0.75% 0.57% -
HSV(B) 23.78º 0.72% 0.89% -
XYZ 40.77 32.56 8.99 -
YUV 151.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 228 129 64 0 0.43 0.72 0.11 23.78 0.75 0.57
Hex E4 81 40 0 2B 48 B 18 4B 39
Octal 344 201 100 0 53 110 13 30 113 71
Binary 11100100 10000001 1000000 0 101011 1001000 1011 11000 1001011 111001

Color Harmonies of #E48140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48140

Black with #E48140

Text Example


Text Example

White with #E48140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48140; }

 p { color: rgb(228,129,64); }

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

background-color css

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

 a { background-color: rgb(228,129,64); }

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

border-color css

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

 span { border-color: rgb(228,129,64); }

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