Html Css Color HEX #EF773A Pizazz

📋 copy color: '#EF773A'

red 239 ◦ green 119 ◦ blue 58

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

Shades of Pizazz #EF773A

Tints of Pizazz #EF773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.61%

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

R = 57.45%
G = 28.61%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF773A (or 0xEF773A) is known color: Pizazz. HEX triplet: EF, 77 and 3A. RGB value is (239,119,58). Sum of RGB (Red+Green+Blue) = 239+119+58=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF773A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF773A is #1088C5. Grayscale: #949494. Windows color (decimal): -1083590 or 3831791. OLE color: 3831791.

HSL color Cylindrical-coordinate representation of color #EF773A: hue angle of 20.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 #EF773A is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 119 58 -
CMYK 0 0.50 0.76 0.06
HSL 20.22º 0.85% 0.58% -
HSV(B) 20.22º 0.76% 0.94% -
XYZ 42.96 31.85 7.89 -
YUV 147.93 77.26 192.96 -
System Red Green Blue C M Y K H S L
Decimal 239 119 58 0 0.50 0.76 0.06 20.22 0.85 0.58
Hex EF 77 3A 0 32 4C 6 14 55 3A
Octal 357 167 72 0 62 114 6 24 125 72
Binary 11101111 1110111 111010 0 110010 1001100 110 10100 1010101 111010

Color Harmonies of #EF773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF773A

Black with #EF773A

Text Example


Text Example

White with #EF773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF773A; }

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

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

background-color css

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

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

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

border-color css

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

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

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