Html Css Color HEX #ED682C Sorbus

📋 copy color: '#ED682C'

red 237 ◦ green 104 ◦ blue 44

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

Shades of Sorbus #ED682C

Tints of Sorbus #ED682C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.43%

R = 61.56%
G = 27.01%
B = 11.43%

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

#ED682C (or 0xED682C) is known color: Sorbus. HEX triplet: ED, 68 and 2C. RGB value is (237,104,44). Sum of RGB (Red+Green+Blue) = 237+104+44=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED682C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED682C is #1297D3. Grayscale: #898989. Windows color (decimal): -1218516 or 2910445. OLE color: 2910445.

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

Color convert

RGB 237 104 44 -
CMYK 0 0.56 0.81 0.07
HSL 18.65º 0.84% 0.55% -
HSV(B) 18.65º 0.81% 0.93% -
XYZ 40.33 28.09 5.68 -
YUV 136.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 237 104 44 0 0.56 0.81 0.07 18.65 0.84 0.55
Hex ED 68 2C 0 38 51 7 13 54 37
Octal 355 150 54 0 70 121 7 23 124 67
Binary 11101101 1101000 101100 0 111000 1010001 111 10011 1010100 110111

Color Harmonies of #ED682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED682C

Black with #ED682C

Text Example


Text Example

White with #ED682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED682C; }

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

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

background-color css

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

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

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

border-color css

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

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

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