Html Css Color HEX #E08142 Pizazz

📋 copy color: '#E08142'

red 224 ◦ green 129 ◦ blue 66

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

Shades of Pizazz #E08142

Tints of Pizazz #E08142

RGB

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

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

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

R = 53.46%
G = 30.79%
B = 15.75%

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

#E08142 (or 0xE08142) is known color: Pizazz. HEX triplet: E0, 81 and 42. RGB value is (224,129,66). Sum of RGB (Red+Green+Blue) = 224+129+66=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E08142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08142 is #1F7EBD. Grayscale: #969696. Windows color (decimal): -2064062 or 4358624. OLE color: 4358624.

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

Color convert

RGB 224 129 66 -
CMYK 0 0.42 0.71 0.12
HSL 23.92º 0.72% 0.57% -
HSV(B) 23.92º 0.71% 0.88% -
XYZ 39.57 31.94 9.23 -
YUV 150.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 224 129 66 0 0.42 0.71 0.12 23.92 0.72 0.57
Hex E0 81 42 0 2A 47 C 18 48 39
Octal 340 201 102 0 52 107 14 30 110 71
Binary 11100000 10000001 1000010 0 101010 1000111 1100 11000 1001000 111001

Color Harmonies of #E08142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08142

Black with #E08142

Text Example


Text Example

White with #E08142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08142; }

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

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

background-color css

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

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

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

border-color css

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

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

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