Html Css Color HEX #EF763A Pizazz

📋 copy color: '#EF763A'

red 239 ◦ green 118 ◦ blue 58

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

Shades of Pizazz #EF763A

Tints of Pizazz #EF763A

RGB

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

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

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

R = 57.59%
G = 28.43%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF763A (or 0xEF763A) is known color: Pizazz. HEX triplet: EF, 76 and 3A. RGB value is (239,118,58). Sum of RGB (Red+Green+Blue) = 239+118+58=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF763A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF763A is #1089C5. Grayscale: #939393. Windows color (decimal): -1083846 or 3831535. OLE color: 3831535.

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

Color convert

RGB 239 118 58 -
CMYK 0 0.51 0.76 0.06
HSL 19.89º 0.85% 0.58% -
HSV(B) 19.89º 0.76% 0.94% -
XYZ 42.84 31.61 7.85 -
YUV 147.34 77.59 193.38 -
System Red Green Blue C M Y K H S L
Decimal 239 118 58 0 0.51 0.76 0.06 19.89 0.85 0.58
Hex EF 76 3A 0 33 4C 6 14 55 3A
Octal 357 166 72 0 63 114 6 24 125 72
Binary 11101111 1110110 111010 0 110011 1001100 110 10100 1010101 111010

Color Harmonies of #EF763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF763A

Black with #EF763A

Text Example


Text Example

White with #EF763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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