Html Css Color HEX #ED6D34 Sorbus

📋 copy color: '#ED6D34'

red 237 ◦ green 109 ◦ blue 52

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

Shades of Sorbus #ED6D34

Tints of Sorbus #ED6D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 59.55%
G = 27.39%
B = 13.07%

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

#ED6D34 (or 0xED6D34) is known color: Sorbus. HEX triplet: ED, 6D and 34. RGB value is (237,109,52). Sum of RGB (Red+Green+Blue) = 237+109+52=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6D34 is #1292CB. Grayscale: #8D8D8D. Windows color (decimal): -1217228 or 3436013. OLE color: 3436013.

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

Color convert

RGB 237 109 52 -
CMYK 0 0.54 0.78 0.07
HSL 18.49º 0.84% 0.57% -
HSV(B) 18.49º 0.78% 0.93% -
XYZ 41.01 29.19 6.72 -
YUV 140.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 237 109 52 0 0.54 0.78 0.07 18.49 0.84 0.57
Hex ED 6D 34 0 36 4E 7 12 54 39
Octal 355 155 64 0 66 116 7 22 124 71
Binary 11101101 1101101 110100 0 110110 1001110 111 10010 1010100 111001

Color Harmonies of #ED6D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D34

Black with #ED6D34

Text Example


Text Example

White with #ED6D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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