Html Css Color HEX #ED7D3F Pizazz

📋 copy color: '#ED7D3F'

red 237 ◦ green 125 ◦ blue 63

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

Shades of Pizazz #ED7D3F

Tints of Pizazz #ED7D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

 BLUE value IS 63 (25% from 255) = 14.82%

R = 55.76%
G = 29.41%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED7D3F (or 0xED7D3F) is known color: Pizazz. HEX triplet: ED, 7D and 3F. RGB value is (237,125,63). Sum of RGB (Red+Green+Blue) = 237+125+63=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7D3F is #1282C0. Grayscale: #979797. Windows color (decimal): -1213121 or 4161005. OLE color: 4161005.

HSL color Cylindrical-coordinate representation of color #ED7D3F: hue angle of 21.38º 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 #ED7D3F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 63 -
CMYK 0 0.47 0.73 0.07
HSL 21.38º 0.83% 0.59% -
HSV(B) 21.38º 0.73% 0.93% -
XYZ 43.16 33.03 8.8 -
YUV 151.42 78.11 189.04 -
System Red Green Blue C M Y K H S L
Decimal 237 125 63 0 0.47 0.73 0.07 21.38 0.83 0.59
Hex ED 7D 3F 0 2F 49 7 15 53 3B
Octal 355 175 77 0 57 111 7 25 123 73
Binary 11101101 1111101 111111 0 101111 1001001 111 10101 1010011 111011

Color Harmonies of #ED7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D3F

Black with #ED7D3F

Text Example


Text Example

White with #ED7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D3F; }

 p { color: rgb(237,125,63); }

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

background-color css

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

 a { background-color: rgb(237,125,63); }

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

border-color css

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

 span { border-color: rgb(237,125,63); }

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