Html Css Color HEX #ED6E3D Sorbus

📋 copy color: '#ED6E3D'

red 237 ◦ green 110 ◦ blue 61

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

Shades of Sorbus #ED6E3D

Tints of Sorbus #ED6E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.95%

R = 58.09%
G = 26.96%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED6E3D (or 0xED6E3D) is known color: Sorbus. HEX triplet: ED, 6E and 3D. RGB value is (237,110,61). Sum of RGB (Red+Green+Blue) = 237+110+61=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6E3D is #1291C2. Grayscale: #8E8E8E. Windows color (decimal): -1216963 or 4026093. OLE color: 4026093.

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

Color convert

RGB 237 110 61 -
CMYK 0 0.54 0.74 0.07
HSL 16.7º 0.83% 0.58% -
HSV(B) 16.7º 0.74% 0.93% -
XYZ 41.34 29.49 7.93 -
YUV 142.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 237 110 61 0 0.54 0.74 0.07 16.7 0.83 0.58
Hex ED 6E 3D 0 36 4A 7 11 53 3A
Octal 355 156 75 0 66 112 7 21 123 72
Binary 11101101 1101110 111101 0 110110 1001010 111 10001 1010011 111010

Color Harmonies of #ED6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6E3D

Black with #ED6E3D

Text Example


Text Example

White with #ED6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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