#EA7A38

Color #EA7A38 Pizazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizazz #EA7A38

Tints of Pizazz #EA7A38

Color information

#EA7A38 (or 0xEA7A38) is unknown color: approx Pizazz. HEX triplet: EA, 7A and 38. RGB value is (234,122,56). Sum of RGB (Red+Green+Blue) = 234+122+56=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A38 is #1585C7. Grayscale: #949494. Windows color (decimal): -1410504 or 3701482. OLE color: 3701482.

HSL color Cylindrical-coordinate representation of color #EA7A38: hue angle of 22.25º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA7A38 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB23412256-
CMYK00.480.760.08
HSL22.25º80.91%56.86%-
HSV(B)22.25º76.07%91.76%-
XYZ41.6131.77.67-
YUV147.9676.11189.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.80%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 56 (22.27% from 255) = 13.59%
R=56.80%
G=29.61%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341225600.480.760.0822.2580.9156.86
HexEA7A380304C8165139
Octal35217270060114102612171
Binary111010101111010111000011000010011001000101101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7A38; }

 p { color: rgb(234,122,56); }

 H1.HeaderClassName
 {
   color: #EA7A38;
 }
 .AnyTagClassName
 {
   color: #EA7A38;
 }
</style>
background-color css

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

 a { background-color: rgb(234,122,56); }

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

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

 span { border-color: rgb(234,122,56); }

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