Html Css Color HEX #ED6E34 Sorbus

📋 copy color: '#ED6E34'

red 237 ◦ green 110 ◦ blue 52

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

Shades of Sorbus #ED6E34

Tints of Sorbus #ED6E34

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

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

R = 59.4%
G = 27.57%
B = 13.03%

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

#ED6E34 (or 0xED6E34) is known color: Sorbus. HEX triplet: ED, 6E and 34. RGB value is (237,110,52). Sum of RGB (Red+Green+Blue) = 237+110+52=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6E34 is #1291CB. Grayscale: #8D8D8D. Windows color (decimal): -1216972 or 3436269. OLE color: 3436269.

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

Color convert

RGB 237 110 52 -
CMYK 0 0.54 0.78 0.07
HSL 18.81º 0.84% 0.57% -
HSV(B) 18.81º 0.78% 0.93% -
XYZ 41.12 29.4 6.76 -
YUV 141.36 77.58 196.22 -
System Red Green Blue C M Y K H S L
Decimal 237 110 52 0 0.54 0.78 0.07 18.81 0.84 0.57
Hex ED 6E 34 0 36 4E 7 13 54 39
Octal 355 156 64 0 66 116 7 23 124 71
Binary 11101101 1101110 110100 0 110110 1001110 111 10011 1010100 111001

Color Harmonies of #ED6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6E34

Black with #ED6E34

Text Example


Text Example

White with #ED6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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