Html Css Color HEX #EF7A41 Pizazz

📋 copy color: '#EF7A41'

red 239 ◦ green 122 ◦ blue 65

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

Shades of Pizazz #EF7A41

Tints of Pizazz #EF7A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 56.1%
G = 28.64%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF7A41 (or 0xEF7A41) is known color: Pizazz. HEX triplet: EF, 7A and 41. RGB value is (239,122,65). Sum of RGB (Red+Green+Blue) = 239+122+65=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A41 is #1085BE. Grayscale: #969696. Windows color (decimal): -1082815 or 4291311. OLE color: 4291311.

HSL color Cylindrical-coordinate representation of color #EF7A41: hue angle of 19.66º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF7A41 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 65 -
CMYK 0 0.49 0.73 0.06
HSL 19.66º 0.84% 0.6% -
HSV(B) 19.66º 0.73% 0.94% -
XYZ 43.51 32.65 9.01 -
YUV 150.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 239 122 65 0 0.49 0.73 0.06 19.66 0.84 0.6
Hex EF 7A 41 0 31 49 6 14 54 3C
Octal 357 172 101 0 61 111 6 24 124 74
Binary 11101111 1111010 1000001 0 110001 1001001 110 10100 1010100 111100

Color Harmonies of #EF7A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A41

Black with #EF7A41

Text Example


Text Example

White with #EF7A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A41; }

 p { color: rgb(239,122,65); }

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

background-color css

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

 a { background-color: rgb(239,122,65); }

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

border-color css

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

 span { border-color: rgb(239,122,65); }

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