Html Css Color HEX #ED663B Sorbus

📋 copy color: '#ED663B'

red 237 ◦ green 102 ◦ blue 59

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

Shades of Sorbus #ED663B

Tints of Sorbus #ED663B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.82%

R = 59.55%
G = 25.63%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED663B (or 0xED663B) is known color: Sorbus. HEX triplet: ED, 66 and 3B. RGB value is (237,102,59). Sum of RGB (Red+Green+Blue) = 237+102+59=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED663B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED663B is #1299C4. Grayscale: #898989. Windows color (decimal): -1219013 or 3892973. OLE color: 3892973.

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

Color convert

RGB 237 102 59 -
CMYK 0 0.57 0.75 0.07
HSL 14.49º 0.83% 0.58% -
HSV(B) 14.49º 0.75% 0.93% -
XYZ 40.47 27.82 7.38 -
YUV 137.46 83.73 199 -
System Red Green Blue C M Y K H S L
Decimal 237 102 59 0 0.57 0.75 0.07 14.49 0.83 0.58
Hex ED 66 3B 0 39 4B 7 E 53 3A
Octal 355 146 73 0 71 113 7 16 123 72
Binary 11101101 1100110 111011 0 111001 1001011 111 1110 1010011 111010

Color Harmonies of #ED663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED663B

Black with #ED663B

Text Example


Text Example

White with #ED663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED663B; }

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

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

background-color css

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

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

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

border-color css

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

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

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