Html Css Color HEX #ED7935 Pizazz

📋 copy color: '#ED7935'

red 237 ◦ green 121 ◦ blue 53

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

Shades of Pizazz #ED7935

Tints of Pizazz #ED7935

RGB

 RED value IS 237 (92.97% from 255) = 57.66%

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

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

R = 57.66%
G = 29.44%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED7935 (or 0xED7935) is known color: Pizazz. HEX triplet: ED, 79 and 35. RGB value is (237,121,53). Sum of RGB (Red+Green+Blue) = 237+121+53=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7935 is #1286CA. Grayscale: #949494. Windows color (decimal): -1214155 or 3504621. OLE color: 3504621.

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

Color convert

RGB 237 121 53 -
CMYK 0 0.49 0.78 0.07
HSL 22.17º 0.84% 0.57% -
HSV(B) 22.17º 0.78% 0.93% -
XYZ 42.41 31.94 7.3 -
YUV 147.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 237 121 53 0 0.49 0.78 0.07 22.17 0.84 0.57
Hex ED 79 35 0 31 4E 7 16 54 39
Octal 355 171 65 0 61 116 7 26 124 71
Binary 11101101 1111001 110101 0 110001 1001110 111 10110 1010100 111001

Color Harmonies of #ED7935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7935

Black with #ED7935

Text Example


Text Example

White with #ED7935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7935; }

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

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

background-color css

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

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

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

border-color css

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

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

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