Html Css Color HEX #ED7D35 West Side

📋 copy color: '#ED7D35'

red 237 ◦ green 125 ◦ blue 53

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

Shades of West Side #ED7D35

Tints of West Side #ED7D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.77%

R = 57.11%
G = 30.12%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED7D35 (or 0xED7D35) is known color: West Side. HEX triplet: ED, 7D and 35. RGB value is (237,125,53). Sum of RGB (Red+Green+Blue) = 237+125+53=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7D35 is #1282CA. Grayscale: #969696. Windows color (decimal): -1213131 or 3505645. OLE color: 3505645.

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

Color convert

RGB 237 125 53 -
CMYK 0 0.47 0.78 0.07
HSL 23.48º 0.84% 0.57% -
HSV(B) 23.48º 0.78% 0.93% -
XYZ 42.9 32.93 7.46 -
YUV 150.28 73.11 189.85 -
System Red Green Blue C M Y K H S L
Decimal 237 125 53 0 0.47 0.78 0.07 23.48 0.84 0.57
Hex ED 7D 35 0 2F 4E 7 17 54 39
Octal 355 175 65 0 57 116 7 27 124 71
Binary 11101101 1111101 110101 0 101111 1001110 111 10111 1010100 111001

Color Harmonies of #ED7D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D35

Black with #ED7D35

Text Example


Text Example

White with #ED7D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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