Html Css Color HEX #ED682E Sorbus

📋 copy color: '#ED682E'

red 237 ◦ green 104 ◦ blue 46

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

Shades of Sorbus #ED682E

Tints of Sorbus #ED682E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

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

R = 61.24%
G = 26.87%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED682E (or 0xED682E) is known color: Sorbus. HEX triplet: ED, 68 and 2E. RGB value is (237,104,46). Sum of RGB (Red+Green+Blue) = 237+104+46=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED682E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED682E is #1297D1. Grayscale: #898989. Windows color (decimal): -1218514 or 3041517. OLE color: 3041517.

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

Color convert

RGB 237 104 46 -
CMYK 0 0.56 0.81 0.07
HSL 18.22º 0.84% 0.55% -
HSV(B) 18.22º 0.81% 0.93% -
XYZ 40.37 28.1 5.88 -
YUV 137.16 76.56 199.22 -
System Red Green Blue C M Y K H S L
Decimal 237 104 46 0 0.56 0.81 0.07 18.22 0.84 0.55
Hex ED 68 2E 0 38 51 7 12 54 37
Octal 355 150 56 0 70 121 7 22 124 67
Binary 11101101 1101000 101110 0 111000 1010001 111 10010 1010100 110111

Color Harmonies of #ED682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED682E

Black with #ED682E

Text Example


Text Example

White with #ED682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED682E; }

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

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

background-color css

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

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

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

border-color css

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

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

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