Html Css Color HEX #EF7A3A Pizazz

📋 copy color: '#EF7A3A'

red 239 ◦ green 122 ◦ blue 58

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

Shades of Pizazz #EF7A3A

Tints of Pizazz #EF7A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.84%

R = 57.04%
G = 29.12%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF7A3A (or 0xEF7A3A) is known color: Pizazz. HEX triplet: EF, 7A and 3A. RGB value is (239,122,58). Sum of RGB (Red+Green+Blue) = 239+122+58=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A3A is #1085C5. Grayscale: #969696. Windows color (decimal): -1082822 or 3832559. OLE color: 3832559.

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

Color convert

RGB 239 122 58 -
CMYK 0 0.49 0.76 0.06
HSL 21.22º 0.85% 0.58% -
HSV(B) 21.22º 0.76% 0.94% -
XYZ 43.32 32.58 8.01 -
YUV 149.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 239 122 58 0 0.49 0.76 0.06 21.22 0.85 0.58
Hex EF 7A 3A 0 31 4C 6 15 55 3A
Octal 357 172 72 0 61 114 6 25 125 72
Binary 11101111 1111010 111010 0 110001 1001100 110 10101 1010101 111010

Color Harmonies of #EF7A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A3A

Black with #EF7A3A

Text Example


Text Example

White with #EF7A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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