Html Css Color HEX #ED6D33 Sorbus

📋 copy color: '#ED6D33'

red 237 ◦ green 109 ◦ blue 51

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

Shades of Sorbus #ED6D33

Tints of Sorbus #ED6D33

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

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

R = 59.7%
G = 27.46%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED6D33 (or 0xED6D33) is known color: Sorbus. HEX triplet: ED, 6D and 33. RGB value is (237,109,51). Sum of RGB (Red+Green+Blue) = 237+109+51=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6D33 is #1292CC. Grayscale: #8D8D8D. Windows color (decimal): -1217229 or 3370477. OLE color: 3370477.

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

Color convert

RGB 237 109 51 -
CMYK 0 0.54 0.78 0.07
HSL 18.71º 0.84% 0.56% -
HSV(B) 18.71º 0.78% 0.93% -
XYZ 40.99 29.18 6.6 -
YUV 140.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 237 109 51 0 0.54 0.78 0.07 18.71 0.84 0.56
Hex ED 6D 33 0 36 4E 7 13 54 38
Octal 355 155 63 0 66 116 7 23 124 70
Binary 11101101 1101101 110011 0 110110 1001110 111 10011 1010100 111000

Color Harmonies of #ED6D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D33

Black with #ED6D33

Text Example


Text Example

White with #ED6D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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