Html Css Color HEX #ED7D3B Pizazz

📋 copy color: '#ED7D3B'

red 237 ◦ green 125 ◦ blue 59

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

Shades of Pizazz #ED7D3B

Tints of Pizazz #ED7D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.01%

R = 56.29%
G = 29.69%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED7D3B (or 0xED7D3B) is known color: Pizazz. HEX triplet: ED, 7D and 3B. RGB value is (237,125,59). Sum of RGB (Red+Green+Blue) = 237+125+59=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7D3B is #1282C4. Grayscale: #979797. Windows color (decimal): -1213125 or 3898861. OLE color: 3898861.

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

Color convert

RGB 237 125 59 -
CMYK 0 0.47 0.75 0.07
HSL 22.25º 0.83% 0.58% -
HSV(B) 22.25º 0.75% 0.93% -
XYZ 43.05 32.99 8.24 -
YUV 150.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 237 125 59 0 0.47 0.75 0.07 22.25 0.83 0.58
Hex ED 7D 3B 0 2F 4B 7 16 53 3A
Octal 355 175 73 0 57 113 7 26 123 72
Binary 11101101 1111101 111011 0 101111 1001011 111 10110 1010011 111010

Color Harmonies of #ED7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D3B

Black with #ED7D3B

Text Example


Text Example

White with #ED7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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