Html Css Color HEX #ED7D38 Pizazz

📋 copy color: '#ED7D38'

red 237 ◦ green 125 ◦ blue 56

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

Shades of Pizazz #ED7D38

Tints of Pizazz #ED7D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.4%

R = 56.7%
G = 29.9%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED7D38 (or 0xED7D38) is known color: Pizazz. HEX triplet: ED, 7D and 38. RGB value is (237,125,56). Sum of RGB (Red+Green+Blue) = 237+125+56=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7D38 is #1282C7. Grayscale: #979797. Windows color (decimal): -1213128 or 3702253. OLE color: 3702253.

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

Color convert

RGB 237 125 56 -
CMYK 0 0.47 0.76 0.07
HSL 22.87º 0.83% 0.57% -
HSV(B) 22.87º 0.76% 0.93% -
XYZ 42.97 32.96 7.84 -
YUV 150.62 74.61 189.61 -
System Red Green Blue C M Y K H S L
Decimal 237 125 56 0 0.47 0.76 0.07 22.87 0.83 0.57
Hex ED 7D 38 0 2F 4C 7 17 53 39
Octal 355 175 70 0 57 114 7 27 123 71
Binary 11101101 1111101 111000 0 101111 1001100 111 10111 1010011 111001

Color Harmonies of #ED7D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D38

Black with #ED7D38

Text Example


Text Example

White with #ED7D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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