Html Css Color HEX #EF773C Pizazz

📋 copy color: '#EF773C'

red 239 ◦ green 119 ◦ blue 60

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

Shades of Pizazz #EF773C

Tints of Pizazz #EF773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 57.18%
G = 28.47%
B = 14.35%

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

#EF773C (or 0xEF773C) is known color: Pizazz. HEX triplet: EF, 77 and 3C. RGB value is (239,119,60). Sum of RGB (Red+Green+Blue) = 239+119+60=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF773C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF773C is #1088C3. Grayscale: #949494. Windows color (decimal): -1083588 or 3962863. OLE color: 3962863.

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

Color convert

RGB 239 119 60 -
CMYK 0 0.50 0.75 0.06
HSL 19.78º 0.85% 0.59% -
HSV(B) 19.78º 0.75% 0.94% -
XYZ 43.01 31.87 8.16 -
YUV 148.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 239 119 60 0 0.50 0.75 0.06 19.78 0.85 0.59
Hex EF 77 3C 0 32 4B 6 14 55 3B
Octal 357 167 74 0 62 113 6 24 125 73
Binary 11101111 1110111 111100 0 110010 1001011 110 10100 1010101 111011

Color Harmonies of #EF773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF773C

Black with #EF773C

Text Example


Text Example

White with #EF773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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