Html Css Color HEX #EF7935 Pizazz

📋 copy color: '#EF7935'

red 239 ◦ green 121 ◦ blue 53

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

Shades of Pizazz #EF7935

Tints of Pizazz #EF7935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

 BLUE value IS 53 (21.09% from 255) = 12.83%

R = 57.87%
G = 29.3%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF7935 (or 0xEF7935) is known color: Pizazz. HEX triplet: EF, 79 and 35. RGB value is (239,121,53). Sum of RGB (Red+Green+Blue) = 239+121+53=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7935 is #1086CA. Grayscale: #949494. Windows color (decimal): -1083083 or 3504623. OLE color: 3504623.

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

Color convert

RGB 239 121 53 -
CMYK 0 0.49 0.78 0.06
HSL 21.94º 0.85% 0.57% -
HSV(B) 21.94º 0.78% 0.94% -
XYZ 43.08 32.28 7.33 -
YUV 148.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 239 121 53 0 0.49 0.78 0.06 21.94 0.85 0.57
Hex EF 79 35 0 31 4E 6 16 55 39
Octal 357 171 65 0 61 116 6 26 125 71
Binary 11101111 1111001 110101 0 110001 1001110 110 10110 1010101 111001

Color Harmonies of #EF7935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7935

Black with #EF7935

Text Example


Text Example

White with #EF7935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7935; }

 p { color: rgb(239,121,53); }

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

background-color css

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

 a { background-color: rgb(239,121,53); }

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

border-color css

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

 span { border-color: rgb(239,121,53); }

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