Html Css Color HEX #ED6938 Sorbus

📋 copy color: '#ED6938'

red 237 ◦ green 105 ◦ blue 56

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

Shades of Sorbus #ED6938

Tints of Sorbus #ED6938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.38%

 BLUE value IS 56 (22.27% from 255) = 14.07%

R = 59.55%
G = 26.38%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED6938 (or 0xED6938) is known color: Sorbus. HEX triplet: ED, 69 and 38. RGB value is (237,105,56). Sum of RGB (Red+Green+Blue) = 237+105+56=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6938 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6938 is #1296C7. Grayscale: #8B8B8B. Windows color (decimal): -1218248 or 3697133. OLE color: 3697133.

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

Color convert

RGB 237 105 56 -
CMYK 0 0.56 0.76 0.07
HSL 16.24º 0.83% 0.57% -
HSV(B) 16.24º 0.76% 0.93% -
XYZ 40.69 28.39 7.08 -
YUV 138.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 237 105 56 0 0.56 0.76 0.07 16.24 0.83 0.57
Hex ED 69 38 0 38 4C 7 10 53 39
Octal 355 151 70 0 70 114 7 20 123 71
Binary 11101101 1101001 111000 0 111000 1001100 111 10000 1010011 111001

Color Harmonies of #ED6938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6938

Black with #ED6938

Text Example


Text Example

White with #ED6938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6938; }

 p { color: rgb(237,105,56); }

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

background-color css

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

 a { background-color: rgb(237,105,56); }

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

border-color css

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

 span { border-color: rgb(237,105,56); }

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