Html Css Color HEX #ED662E Sorbus

📋 copy color: '#ED662E'

red 237 ◦ green 102 ◦ blue 46

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

Shades of Sorbus #ED662E

Tints of Sorbus #ED662E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 61.56%
G = 26.49%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED662E (or 0xED662E) is known color: Sorbus. HEX triplet: ED, 66 and 2E. RGB value is (237,102,46). Sum of RGB (Red+Green+Blue) = 237+102+46=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED662E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED662E is #1299D1. Grayscale: #888888. Windows color (decimal): -1219026 or 3041005. OLE color: 3041005.

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

Color convert

RGB 237 102 46 -
CMYK 0 0.57 0.81 0.07
HSL 17.59º 0.84% 0.55% -
HSV(B) 17.59º 0.81% 0.93% -
XYZ 40.17 27.7 5.82 -
YUV 135.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 237 102 46 0 0.57 0.81 0.07 17.59 0.84 0.55
Hex ED 66 2E 0 39 51 7 12 54 37
Octal 355 146 56 0 71 121 7 22 124 67
Binary 11101101 1100110 101110 0 111001 1010001 111 10010 1010100 110111

Color Harmonies of #ED662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED662E

Black with #ED662E

Text Example


Text Example

White with #ED662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED662E; }

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

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

background-color css

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

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

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

border-color css

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

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

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