Html Css Color HEX #EF753B Pizazz

📋 copy color: '#EF753B'

red 239 ◦ green 117 ◦ blue 59

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

Shades of Pizazz #EF753B

Tints of Pizazz #EF753B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.22%

R = 57.59%
G = 28.19%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF753B (or 0xEF753B) is known color: Pizazz. HEX triplet: EF, 75 and 3B. RGB value is (239,117,59). Sum of RGB (Red+Green+Blue) = 239+117+59=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF753B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF753B is #108AC4. Grayscale: #939393. Windows color (decimal): -1084101 or 3896815. OLE color: 3896815.

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

Color convert

RGB 239 117 59 -
CMYK 0 0.51 0.75 0.06
HSL 19.33º 0.85% 0.58% -
HSV(B) 19.33º 0.75% 0.94% -
XYZ 42.75 31.39 7.94 -
YUV 146.87 78.42 193.72 -
System Red Green Blue C M Y K H S L
Decimal 239 117 59 0 0.51 0.75 0.06 19.33 0.85 0.58
Hex EF 75 3B 0 33 4B 6 13 55 3A
Octal 357 165 73 0 63 113 6 23 125 72
Binary 11101111 1110101 111011 0 110011 1001011 110 10011 1010101 111010

Color Harmonies of #EF753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF753B

Black with #EF753B

Text Example


Text Example

White with #EF753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF753B; }

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

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

background-color css

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

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

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

border-color css

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

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

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