Html Css Color HEX #ED6228 Sorbus

📋 copy color: '#ED6228'

red 237 ◦ green 98 ◦ blue 40

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

Shades of Sorbus #ED6228

Tints of Sorbus #ED6228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 63.2%
G = 26.13%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED6228 (or 0xED6228) is known color: Sorbus. HEX triplet: ED, 62 and 28. RGB value is (237,98,40). Sum of RGB (Red+Green+Blue) = 237+98+40=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6228 is #129DD7. Grayscale: #858585. Windows color (decimal): -1220056 or 2646765. OLE color: 2646765.

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

Color convert

RGB 237 98 40 -
CMYK 0 0.59 0.83 0.07
HSL 17.66º 0.85% 0.54% -
HSV(B) 17.66º 0.83% 0.93% -
XYZ 39.68 26.89 5.11 -
YUV 132.95 75.55 202.22 -
System Red Green Blue C M Y K H S L
Decimal 237 98 40 0 0.59 0.83 0.07 17.66 0.85 0.54
Hex ED 62 28 0 3B 53 7 12 55 36
Octal 355 142 50 0 73 123 7 22 125 66
Binary 11101101 1100010 101000 0 111011 1010011 111 10010 1010101 110110

Color Harmonies of #ED6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6228

Black with #ED6228

Text Example


Text Example

White with #ED6228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6228; }

 p { color: rgb(237,98,40); }

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

background-color css

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

 a { background-color: rgb(237,98,40); }

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

border-color css

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

 span { border-color: rgb(237,98,40); }

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