Html Css Color HEX #E18242 Pizazz

📋 copy color: '#E18242'

red 225 ◦ green 130 ◦ blue 66

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

Shades of Pizazz #E18242

Tints of Pizazz #E18242

RGB

 RED value IS 225 (88.28% from 255) = 53.44%

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 53.44%
G = 30.88%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E18242 (or 0xE18242) is known color: Pizazz. HEX triplet: E1, 82 and 42. RGB value is (225,130,66). Sum of RGB (Red+Green+Blue) = 225+130+66=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E18242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18242 is #1E7DBD. Grayscale: #979797. Windows color (decimal): -1998270 or 4358881. OLE color: 4358881.

HSL color Cylindrical-coordinate representation of color #E18242: hue angle of 24.15º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E18242 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 66 -
CMYK 0 0.42 0.71 0.12
HSL 24.15º 0.73% 0.57% -
HSV(B) 24.15º 0.71% 0.88% -
XYZ 40.02 32.37 9.29 -
YUV 151.11 79.97 180.7 -
System Red Green Blue C M Y K H S L
Decimal 225 130 66 0 0.42 0.71 0.12 24.15 0.73 0.57
Hex E1 82 42 0 2A 47 C 18 49 39
Octal 341 202 102 0 52 107 14 30 111 71
Binary 11100001 10000010 1000010 0 101010 1000111 1100 11000 1001001 111001

Color Harmonies of #E18242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18242

Black with #E18242

Text Example


Text Example

White with #E18242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18242; }

 p { color: rgb(225,130,66); }

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

background-color css

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

 a { background-color: rgb(225,130,66); }

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

border-color css

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

 span { border-color: rgb(225,130,66); }

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