Html Css Color HEX #EF7E3C Pizazz

📋 copy color: '#EF7E3C'

red 239 ◦ green 126 ◦ blue 60

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

Shades of Pizazz #EF7E3C

Tints of Pizazz #EF7E3C

RGB

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

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

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

R = 56.24%
G = 29.65%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF7E3C (or 0xEF7E3C) is known color: Pizazz. HEX triplet: EF, 7E and 3C. RGB value is (239,126,60). Sum of RGB (Red+Green+Blue) = 239+126+60=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7E3C is #1081C3. Grayscale: #989898. Windows color (decimal): -1081796 or 3964655. OLE color: 3964655.

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

Color convert

RGB 239 126 60 -
CMYK 0 0.47 0.75 0.06
HSL 22.12º 0.85% 0.59% -
HSV(B) 22.12º 0.75% 0.94% -
XYZ 43.87 33.6 8.45 -
YUV 152.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 239 126 60 0 0.47 0.75 0.06 22.12 0.85 0.59
Hex EF 7E 3C 0 2F 4B 6 16 55 3B
Octal 357 176 74 0 57 113 6 26 125 73
Binary 11101111 1111110 111100 0 101111 1001011 110 10110 1010101 111011

Color Harmonies of #EF7E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E3C

Black with #EF7E3C

Text Example


Text Example

White with #EF7E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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