Html Css Color HEX #ED743C Pizazz

📋 copy color: '#ED743C'

red 237 ◦ green 116 ◦ blue 60

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

Shades of Pizazz #ED743C

Tints of Pizazz #ED743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

 BLUE value IS 60 (23.83% from 255) = 14.53%

R = 57.38%
G = 28.09%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED743C (or 0xED743C) is known color: Pizazz. HEX triplet: ED, 74 and 3C. RGB value is (237,116,60). Sum of RGB (Red+Green+Blue) = 237+116+60=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED743C is #128BC3. Grayscale: #929292. Windows color (decimal): -1215428 or 3962093. OLE color: 3962093.

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

Color convert

RGB 237 116 60 -
CMYK 0 0.51 0.75 0.07
HSL 18.98º 0.83% 0.58% -
HSV(B) 18.98º 0.75% 0.93% -
XYZ 41.99 30.82 8.01 -
YUV 145.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 237 116 60 0 0.51 0.75 0.07 18.98 0.83 0.58
Hex ED 74 3C 0 33 4B 7 13 53 3A
Octal 355 164 74 0 63 113 7 23 123 72
Binary 11101101 1110100 111100 0 110011 1001011 111 10011 1010011 111010

Color Harmonies of #ED743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED743C

Black with #ED743C

Text Example


Text Example

White with #ED743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED743C; }

 p { color: rgb(237,116,60); }

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

background-color css

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

 a { background-color: rgb(237,116,60); }

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

border-color css

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

 span { border-color: rgb(237,116,60); }

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