Html Css Color HEX #ED682F Sorbus

📋 copy color: '#ED682F'

red 237 ◦ green 104 ◦ blue 47

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

Shades of Sorbus #ED682F

Tints of Sorbus #ED682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.11%

R = 61.08%
G = 26.8%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED682F (or 0xED682F) is known color: Sorbus. HEX triplet: ED, 68 and 2F. RGB value is (237,104,47). Sum of RGB (Red+Green+Blue) = 237+104+47=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED682F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED682F is #1297D0. Grayscale: #898989. Windows color (decimal): -1218513 or 3107053. OLE color: 3107053.

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

Color convert

RGB 237 104 47 -
CMYK 0 0.56 0.80 0.07
HSL 18º 0.84% 0.56% -
HSV(B) 18º 0.8% 0.93% -
XYZ 40.39 28.11 5.99 -
YUV 137.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 237 104 47 0 0.56 0.80 0.07 18 0.84 0.56
Hex ED 68 2F 0 38 50 7 12 54 38
Octal 355 150 57 0 70 120 7 22 124 70
Binary 11101101 1101000 101111 0 111000 1010000 111 10010 1010100 111000

Color Harmonies of #ED682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED682F

Black with #ED682F

Text Example


Text Example

White with #ED682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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