Html Css Color HEX #E18142 Pizazz

📋 copy color: '#E18142'

red 225 ◦ green 129 ◦ blue 66

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

Shades of Pizazz #E18142

Tints of Pizazz #E18142

RGB

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

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

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

R = 53.57%
G = 30.71%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E18142 (or 0xE18142) is known color: Pizazz. HEX triplet: E1, 81 and 42. RGB value is (225,129,66). Sum of RGB (Red+Green+Blue) = 225+129+66=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E18142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18142 is #1E7EBD. Grayscale: #969696. Windows color (decimal): -1998526 or 4358625. OLE color: 4358625.

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

Color convert

RGB 225 129 66 -
CMYK 0 0.43 0.71 0.12
HSL 23.77º 0.73% 0.57% -
HSV(B) 23.77º 0.71% 0.88% -
XYZ 39.88 32.1 9.25 -
YUV 150.52 80.3 181.12 -
System Red Green Blue C M Y K H S L
Decimal 225 129 66 0 0.43 0.71 0.12 23.77 0.73 0.57
Hex E1 81 42 0 2B 47 C 18 49 39
Octal 341 201 102 0 53 107 14 30 111 71
Binary 11100001 10000001 1000010 0 101011 1000111 1100 11000 1001001 111001

Color Harmonies of #E18142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18142

Black with #E18142

Text Example


Text Example

White with #E18142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18142; }

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

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

background-color css

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

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

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

border-color css

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

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

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