Html Css Color HEX #ED663E Sorbus

📋 copy color: '#ED663E'

red 237 ◦ green 102 ◦ blue 62

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

Shades of Sorbus #ED663E

Tints of Sorbus #ED663E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 59.1%
G = 25.44%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED663E (or 0xED663E) is known color: Sorbus. HEX triplet: ED, 66 and 3E. RGB value is (237,102,62). Sum of RGB (Red+Green+Blue) = 237+102+62=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED663E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED663E is #1299C1. Grayscale: #8A8A8A. Windows color (decimal): -1219010 or 4089581. OLE color: 4089581.

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

Color convert

RGB 237 102 62 -
CMYK 0 0.57 0.74 0.07
HSL 13.71º 0.83% 0.59% -
HSV(B) 13.71º 0.74% 0.93% -
XYZ 40.55 27.86 7.8 -
YUV 137.81 85.23 198.75 -
System Red Green Blue C M Y K H S L
Decimal 237 102 62 0 0.57 0.74 0.07 13.71 0.83 0.59
Hex ED 66 3E 0 39 4A 7 E 53 3B
Octal 355 146 76 0 71 112 7 16 123 73
Binary 11101101 1100110 111110 0 111001 1001010 111 1110 1010011 111011

Color Harmonies of #ED663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED663E

Black with #ED663E

Text Example


Text Example

White with #ED663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED663E; }

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

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

background-color css

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

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

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

border-color css

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

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

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