Html Css Color HEX #ED733A Pizazz

📋 copy color: '#ED733A'

red 237 ◦ green 115 ◦ blue 58

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

Shades of Pizazz #ED733A

Tints of Pizazz #ED733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 58 (23.05% from 255) = 14.15%

R = 57.8%
G = 28.05%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED733A (or 0xED733A) is known color: Pizazz. HEX triplet: ED, 73 and 3A. RGB value is (237,115,58). Sum of RGB (Red+Green+Blue) = 237+115+58=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED733A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED733A is #128CC5. Grayscale: #919191. Windows color (decimal): -1215686 or 3830765. OLE color: 3830765.

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

Color convert

RGB 237 115 58 -
CMYK 0 0.51 0.76 0.07
HSL 19.11º 0.83% 0.58% -
HSV(B) 19.11º 0.76% 0.93% -
XYZ 41.82 30.57 7.7 -
YUV 144.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 237 115 58 0 0.51 0.76 0.07 19.11 0.83 0.58
Hex ED 73 3A 0 33 4C 7 13 53 3A
Octal 355 163 72 0 63 114 7 23 123 72
Binary 11101101 1110011 111010 0 110011 1001100 111 10011 1010011 111010

Color Harmonies of #ED733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED733A

Black with #ED733A

Text Example


Text Example

White with #ED733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED733A; }

 p { color: rgb(237,115,58); }

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

background-color css

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

 a { background-color: rgb(237,115,58); }

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

border-color css

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

 span { border-color: rgb(237,115,58); }

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