Html Css Color HEX #ED6841 Sorbus

📋 copy color: '#ED6841'

red 237 ◦ green 104 ◦ blue 65

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

Shades of Sorbus #ED6841

Tints of Sorbus #ED6841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 58.37%
G = 25.62%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED6841 (or 0xED6841) is known color: Sorbus. HEX triplet: ED, 68 and 41. RGB value is (237,104,65). Sum of RGB (Red+Green+Blue) = 237+104+65=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6841 is #1297BE. Grayscale: #8B8B8B. Windows color (decimal): -1218495 or 4286701. OLE color: 4286701.

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

Color convert

RGB 237 104 65 -
CMYK 0 0.56 0.73 0.07
HSL 13.6º 0.83% 0.59% -
HSV(B) 13.6º 0.73% 0.93% -
XYZ 40.83 28.29 8.31 -
YUV 139.32 86.06 197.67 -
System Red Green Blue C M Y K H S L
Decimal 237 104 65 0 0.56 0.73 0.07 13.6 0.83 0.59
Hex ED 68 41 0 38 49 7 E 53 3B
Octal 355 150 101 0 70 111 7 16 123 73
Binary 11101101 1101000 1000001 0 111000 1001001 111 1110 1010011 111011

Color Harmonies of #ED6841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6841

Black with #ED6841

Text Example


Text Example

White with #ED6841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6841; }

 p { color: rgb(237,104,65); }

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

background-color css

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

 a { background-color: rgb(237,104,65); }

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

border-color css

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

 span { border-color: rgb(237,104,65); }

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