#EA7B35

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

Shades of Pizazz #EA7B35

Tints of Pizazz #EA7B35

Color information

#EA7B35 (or 0xEA7B35) is unknown color: approx Pizazz. HEX triplet: EA, 7B and 35. RGB value is (234,123,53). Sum of RGB (Red+Green+Blue) = 234+123+53=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7B35 is #1584CA. Grayscale: #949494. Windows color (decimal): -1410251 or 3505130. OLE color: 3505130.

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

Color convert

RGB23412353-
CMYK00.470.770.08
HSL23.2º81.17%56.27%-
HSV(B)23.2º77.35%91.76%-
XYZ41.6631.927.33-
YUV148.2174.27189.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.07%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=57.07%
G=30%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341235300.470.770.0823.281.1756.27
HexEA7B3502F4D8175138
Octal35217365057115102712170
Binary111010101111011110101010111110011011000101111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7B35; }

 p { color: rgb(234,123,53); }

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

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

 a { background-color: rgb(234,123,53); }

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

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

 span { border-color: rgb(234,123,53); }

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