Html Css Color HEX #EF7A40 Pizazz

📋 copy color: '#EF7A40'

red 239 ◦ green 122 ◦ blue 64

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

Shades of Pizazz #EF7A40

Tints of Pizazz #EF7A40

RGB

 RED value IS 239 (93.75% from 255) = 56.24%

 GREEN value IS 122 (48.05% from 255) = 28.71%

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 56.24%
G = 28.71%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF7A40 (or 0xEF7A40) is known color: Pizazz. HEX triplet: EF, 7A and 40. RGB value is (239,122,64). Sum of RGB (Red+Green+Blue) = 239+122+64=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A40 is #1085BF. Grayscale: #969696. Windows color (decimal): -1082816 or 4225775. OLE color: 4225775.

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

Color convert

RGB 239 122 64 -
CMYK 0 0.49 0.73 0.06
HSL 19.89º 0.85% 0.59% -
HSV(B) 19.89º 0.73% 0.94% -
XYZ 43.48 32.64 8.86 -
YUV 150.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 239 122 64 0 0.49 0.73 0.06 19.89 0.85 0.59
Hex EF 7A 40 0 31 49 6 14 55 3B
Octal 357 172 100 0 61 111 6 24 125 73
Binary 11101111 1111010 1000000 0 110001 1001001 110 10100 1010101 111011

Color Harmonies of #EF7A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A40

Black with #EF7A40

Text Example


Text Example

White with #EF7A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A40; }

 p { color: rgb(239,122,64); }

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

background-color css

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

 a { background-color: rgb(239,122,64); }

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

border-color css

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

 span { border-color: rgb(239,122,64); }

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