Html Css Color HEX #ED663F Sorbus

📋 copy color: '#ED663F'

red 237 ◦ green 102 ◦ blue 63

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

Shades of Sorbus #ED663F

Tints of Sorbus #ED663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

 BLUE value IS 63 (25% from 255) = 15.67%

R = 58.96%
G = 25.37%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED663F (or 0xED663F) is known color: Sorbus. HEX triplet: ED, 66 and 3F. RGB value is (237,102,63). Sum of RGB (Red+Green+Blue) = 237+102+63=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED663F is #1299C0. Grayscale: #8A8A8A. Windows color (decimal): -1219009 or 4155117. OLE color: 4155117.

HSL color Cylindrical-coordinate representation of color #ED663F: hue angle of 13.45º 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 #ED663F is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 63 -
CMYK 0 0.57 0.73 0.07
HSL 13.45º 0.83% 0.59% -
HSV(B) 13.45º 0.73% 0.93% -
XYZ 40.57 27.87 7.94 -
YUV 137.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 237 102 63 0 0.57 0.73 0.07 13.45 0.83 0.59
Hex ED 66 3F 0 39 49 7 D 53 3B
Octal 355 146 77 0 71 111 7 15 123 73
Binary 11101101 1100110 111111 0 111001 1001001 111 1101 1010011 111011

Color Harmonies of #ED663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED663F

Black with #ED663F

Text Example


Text Example

White with #ED663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED663F; }

 p { color: rgb(237,102,63); }

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

background-color css

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

 a { background-color: rgb(237,102,63); }

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

border-color css

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

 span { border-color: rgb(237,102,63); }

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