Html Css Color HEX #EF773B Pizazz

📋 copy color: '#EF773B'

red 239 ◦ green 119 ◦ blue 59

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

Shades of Pizazz #EF773B

Tints of Pizazz #EF773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.15%

R = 57.31%
G = 28.54%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF773B (or 0xEF773B) is known color: Pizazz. HEX triplet: EF, 77 and 3B. RGB value is (239,119,59). Sum of RGB (Red+Green+Blue) = 239+119+59=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF773B is #1088C4. Grayscale: #949494. Windows color (decimal): -1083589 or 3897327. OLE color: 3897327.

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

Color convert

RGB 239 119 59 -
CMYK 0 0.50 0.75 0.06
HSL 20º 0.85% 0.58% -
HSV(B) 20º 0.75% 0.94% -
XYZ 42.98 31.86 8.02 -
YUV 148.04 77.76 192.88 -
System Red Green Blue C M Y K H S L
Decimal 239 119 59 0 0.50 0.75 0.06 20 0.85 0.58
Hex EF 77 3B 0 32 4B 6 14 55 3A
Octal 357 167 73 0 62 113 6 24 125 72
Binary 11101111 1110111 111011 0 110010 1001011 110 10100 1010101 111010

Color Harmonies of #EF773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF773B

Black with #EF773B

Text Example


Text Example

White with #EF773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF773B; }

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

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

background-color css

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

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

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

border-color css

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

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

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