#EF7D3B

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

Shades of Pizazz #EF7D3B

Tints of Pizazz #EF7D3B

Color information

#EF7D3B (or 0xEF7D3B) is unknown color: approx Pizazz. HEX triplet: EF, 7D and 3B. RGB value is (239,125,59). Sum of RGB (Red+Green+Blue) = 239+125+59=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7D3B is #1082C4. Grayscale: #979797. Windows color (decimal): -1082053 or 3898863. OLE color: 3898863.

HSL color Cylindrical-coordinate representation of color #EF7D3B: hue angle of 22º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF7D3B is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB23912559-
CMYK00.480.750.06
HSL22º84.91%58.43%-
HSV(B)22º75.31%93.73%-
XYZ43.7233.338.27-
YUV151.5675.77190.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 59 (23.44% from 255) = 13.95%
R=56.50%
G=29.55%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391255900.480.750.062284.9158.43
HexEF7D3B0304B616553a
Octal3571757306011362612572
Binary11101111111110111101101100001001011110101101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7D3B; }

 p { color: rgb(239,125,59); }

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

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

 a { background-color: rgb(239,125,59); }

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

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

 span { border-color: rgb(239,125,59); }

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