Html Css Color HEX #EF763C Pizazz

📋 copy color: '#EF763C'

red 239 ◦ green 118 ◦ blue 60

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

Shades of Pizazz #EF763C

Tints of Pizazz #EF763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 57.31%
G = 28.3%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF763C (or 0xEF763C) is known color: Pizazz. HEX triplet: EF, 76 and 3C. RGB value is (239,118,60). Sum of RGB (Red+Green+Blue) = 239+118+60=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF763C is #1089C3. Grayscale: #939393. Windows color (decimal): -1083844 or 3962607. OLE color: 3962607.

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

Color convert

RGB 239 118 60 -
CMYK 0 0.51 0.75 0.06
HSL 19.44º 0.85% 0.59% -
HSV(B) 19.44º 0.75% 0.94% -
XYZ 42.89 31.63 8.12 -
YUV 147.57 78.59 193.22 -
System Red Green Blue C M Y K H S L
Decimal 239 118 60 0 0.51 0.75 0.06 19.44 0.85 0.59
Hex EF 76 3C 0 33 4B 6 13 55 3B
Octal 357 166 74 0 63 113 6 23 125 73
Binary 11101111 1110110 111100 0 110011 1001011 110 10011 1010101 111011

Color Harmonies of #EF763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF763C

Black with #EF763C

Text Example


Text Example

White with #EF763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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