Html Css Color HEX #ED7133 Sorbus

📋 copy color: '#ED7133'

red 237 ◦ green 113 ◦ blue 51

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

Shades of Sorbus #ED7133

Tints of Sorbus #ED7133

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 51 (20.31% from 255) = 12.72%

R = 59.1%
G = 28.18%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED7133 (or 0xED7133) is known color: Sorbus. HEX triplet: ED, 71 and 33. RGB value is (237,113,51). Sum of RGB (Red+Green+Blue) = 237+113+51=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7133 is #128ECC. Grayscale: #8F8F8F. Windows color (decimal): -1216205 or 3371501. OLE color: 3371501.

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

Color convert

RGB 237 113 51 -
CMYK 0 0.52 0.78 0.07
HSL 20º 0.84% 0.56% -
HSV(B) 20º 0.78% 0.93% -
XYZ 41.43 30.05 6.75 -
YUV 143.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 237 113 51 0 0.52 0.78 0.07 20 0.84 0.56
Hex ED 71 33 0 34 4E 7 14 54 38
Octal 355 161 63 0 64 116 7 24 124 70
Binary 11101101 1110001 110011 0 110100 1001110 111 10100 1010100 111000

Color Harmonies of #ED7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7133

Black with #ED7133

Text Example


Text Example

White with #ED7133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7133; }

 p { color: rgb(237,113,51); }

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

background-color css

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

 a { background-color: rgb(237,113,51); }

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

border-color css

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

 span { border-color: rgb(237,113,51); }

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