Html Css Color HEX #ED6930 Sorbus

📋 copy color: '#ED6930'

red 237 ◦ green 105 ◦ blue 48

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

Shades of Sorbus #ED6930

Tints of Sorbus #ED6930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.31%

R = 60.77%
G = 26.92%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED6930 (or 0xED6930) is known color: Sorbus. HEX triplet: ED, 69 and 30. RGB value is (237,105,48). Sum of RGB (Red+Green+Blue) = 237+105+48=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6930 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6930 is #1296CF. Grayscale: #8A8A8A. Windows color (decimal): -1218256 or 3172845. OLE color: 3172845.

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

Color convert

RGB 237 105 48 -
CMYK 0 0.56 0.80 0.07
HSL 18.1º 0.84% 0.56% -
HSV(B) 18.1º 0.8% 0.93% -
XYZ 40.51 28.32 6.13 -
YUV 137.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 237 105 48 0 0.56 0.80 0.07 18.1 0.84 0.56
Hex ED 69 30 0 38 50 7 12 54 38
Octal 355 151 60 0 70 120 7 22 124 70
Binary 11101101 1101001 110000 0 111000 1010000 111 10010 1010100 111000

Color Harmonies of #ED6930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6930

Black with #ED6930

Text Example


Text Example

White with #ED6930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6930; }

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

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

background-color css

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

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

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

border-color css

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

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

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