Html Css Color HEX #ED772F West Side

📋 copy color: '#ED772F'

red 237 ◦ green 119 ◦ blue 47

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

Shades of West Side #ED772F

Tints of West Side #ED772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

 BLUE value IS 47 (18.75% from 255) = 11.66%

R = 58.81%
G = 29.53%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED772F (or 0xED772F) is known color: West Side. HEX triplet: ED, 77 and 2F. RGB value is (237,119,47). Sum of RGB (Red+Green+Blue) = 237+119+47=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED772F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED772F is #1288D0. Grayscale: #929292. Windows color (decimal): -1214673 or 3110893. OLE color: 3110893.

HSL color Cylindrical-coordinate representation of color #ED772F: hue angle of 22.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED772F is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 47 -
CMYK 0 0.50 0.80 0.07
HSL 22.74º 0.84% 0.56% -
HSV(B) 22.74º 0.8% 0.93% -
XYZ 42.03 31.4 6.54 -
YUV 146.07 72.09 192.85 -
System Red Green Blue C M Y K H S L
Decimal 237 119 47 0 0.50 0.80 0.07 22.74 0.84 0.56
Hex ED 77 2F 0 32 50 7 17 54 38
Octal 355 167 57 0 62 120 7 27 124 70
Binary 11101101 1110111 101111 0 110010 1010000 111 10111 1010100 111000

Color Harmonies of #ED772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED772F

Black with #ED772F

Text Example


Text Example

White with #ED772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED772F; }

 p { color: rgb(237,119,47); }

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

background-color css

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

 a { background-color: rgb(237,119,47); }

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

border-color css

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

 span { border-color: rgb(237,119,47); }

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