Html Css Color HEX #EF763E Pizazz

📋 copy color: '#EF763E'

red 239 ◦ green 118 ◦ blue 62

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

Shades of Pizazz #EF763E

Tints of Pizazz #EF763E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 57.04%
G = 28.16%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF763E (or 0xEF763E) is known color: Pizazz. HEX triplet: EF, 76 and 3E. RGB value is (239,118,62). Sum of RGB (Red+Green+Blue) = 239+118+62=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF763E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF763E is #1089C1. Grayscale: #949494. Windows color (decimal): -1083842 or 4093679. OLE color: 4093679.

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

Color convert

RGB 239 118 62 -
CMYK 0 0.51 0.74 0.06
HSL 18.98º 0.85% 0.59% -
HSV(B) 18.98º 0.74% 0.94% -
XYZ 42.94 31.66 8.4 -
YUV 147.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 239 118 62 0 0.51 0.74 0.06 18.98 0.85 0.59
Hex EF 76 3E 0 33 4A 6 13 55 3B
Octal 357 166 76 0 63 112 6 23 125 73
Binary 11101111 1110110 111110 0 110011 1001010 110 10011 1010101 111011

Color Harmonies of #EF763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF763E

Black with #EF763E

Text Example


Text Example

White with #EF763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF763E; }

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

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

background-color css

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

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

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

border-color css

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

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

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