Html Css Color HEX #EF753A Pizazz

📋 copy color: '#EF753A'

red 239 ◦ green 117 ◦ blue 58

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

Shades of Pizazz #EF753A

Tints of Pizazz #EF753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 57.73%
G = 28.26%
B = 14.01%

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

#EF753A (or 0xEF753A) is known color: Pizazz. HEX triplet: EF, 75 and 3A. RGB value is (239,117,58). Sum of RGB (Red+Green+Blue) = 239+117+58=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF753A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF753A is #108AC5. Grayscale: #939393. Windows color (decimal): -1084102 or 3831279. OLE color: 3831279.

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

Color convert

RGB 239 117 58 -
CMYK 0 0.51 0.76 0.06
HSL 19.56º 0.85% 0.58% -
HSV(B) 19.56º 0.76% 0.94% -
XYZ 42.72 31.38 7.81 -
YUV 146.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 239 117 58 0 0.51 0.76 0.06 19.56 0.85 0.58
Hex EF 75 3A 0 33 4C 6 14 55 3A
Octal 357 165 72 0 63 114 6 24 125 72
Binary 11101111 1110101 111010 0 110011 1001100 110 10100 1010101 111010

Color Harmonies of #EF753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF753A

Black with #EF753A

Text Example


Text Example

White with #EF753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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