Html Css Color HEX #ED7C41 Pizazz

📋 copy color: '#ED7C41'

red 237 ◦ green 124 ◦ blue 65

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

Shades of Pizazz #ED7C41

Tints of Pizazz #ED7C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

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

R = 55.63%
G = 29.11%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED7C41 (or 0xED7C41) is known color: Pizazz. HEX triplet: ED, 7C and 41. RGB value is (237,124,65). Sum of RGB (Red+Green+Blue) = 237+124+65=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7C41 is #1283BE. Grayscale: #979797. Windows color (decimal): -1213375 or 4291821. OLE color: 4291821.

HSL color Cylindrical-coordinate representation of color #ED7C41: hue angle of 20.58º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED7C41 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 124 65 -
CMYK 0 0.48 0.73 0.07
HSL 20.58º 0.83% 0.59% -
HSV(B) 20.58º 0.73% 0.93% -
XYZ 43.09 32.8 9.06 -
YUV 151.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 237 124 65 0 0.48 0.73 0.07 20.58 0.83 0.59
Hex ED 7C 41 0 30 49 7 15 53 3B
Octal 355 174 101 0 60 111 7 25 123 73
Binary 11101101 1111100 1000001 0 110000 1001001 111 10101 1010011 111011

Color Harmonies of #ED7C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7C41

Black with #ED7C41

Text Example


Text Example

White with #ED7C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7C41; }

 p { color: rgb(237,124,65); }

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

background-color css

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

 a { background-color: rgb(237,124,65); }

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

border-color css

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

 span { border-color: rgb(237,124,65); }

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