Html Css Color HEX #EF7E3F Pizazz

📋 copy color: '#EF7E3F'

red 239 ◦ green 126 ◦ blue 63

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

Shades of Pizazz #EF7E3F

Tints of Pizazz #EF7E3F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 63 (25% from 255) = 14.72%

R = 55.84%
G = 29.44%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF7E3F (or 0xEF7E3F) is known color: Pizazz. HEX triplet: EF, 7E and 3F. RGB value is (239,126,63). Sum of RGB (Red+Green+Blue) = 239+126+63=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7E3F is #1081C0. Grayscale: #989898. Windows color (decimal): -1081793 or 4161263. OLE color: 4161263.

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

Color convert

RGB 239 126 63 -
CMYK 0 0.47 0.74 0.06
HSL 21.48º 0.85% 0.59% -
HSV(B) 21.48º 0.74% 0.94% -
XYZ 43.95 33.63 8.88 -
YUV 152.61 77.44 189.62 -
System Red Green Blue C M Y K H S L
Decimal 239 126 63 0 0.47 0.74 0.06 21.48 0.85 0.59
Hex EF 7E 3F 0 2F 4A 6 15 55 3B
Octal 357 176 77 0 57 112 6 25 125 73
Binary 11101111 1111110 111111 0 101111 1001010 110 10101 1010101 111011

Color Harmonies of #EF7E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E3F

Black with #EF7E3F

Text Example


Text Example

White with #EF7E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E3F; }

 p { color: rgb(239,126,63); }

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

background-color css

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

 a { background-color: rgb(239,126,63); }

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

border-color css

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

 span { border-color: rgb(239,126,63); }

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