Html Css Color HEX #ED642E Sorbus

📋 copy color: '#ED642E'

red 237 ◦ green 100 ◦ blue 46

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

Shades of Sorbus #ED642E

Tints of Sorbus #ED642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

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

R = 61.88%
G = 26.11%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED642E (or 0xED642E) is known color: Sorbus. HEX triplet: ED, 64 and 2E. RGB value is (237,100,46). Sum of RGB (Red+Green+Blue) = 237+100+46=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED642E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED642E is #129BD1. Grayscale: #878787. Windows color (decimal): -1219538 or 3040493. OLE color: 3040493.

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

Color convert

RGB 237 100 46 -
CMYK 0 0.58 0.81 0.07
HSL 16.96º 0.84% 0.55% -
HSV(B) 16.96º 0.81% 0.93% -
XYZ 39.98 27.32 5.75 -
YUV 134.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 237 100 46 0 0.58 0.81 0.07 16.96 0.84 0.55
Hex ED 64 2E 0 3A 51 7 11 54 37
Octal 355 144 56 0 72 121 7 21 124 67
Binary 11101101 1100100 101110 0 111010 1010001 111 10001 1010100 110111

Color Harmonies of #ED642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED642E

Black with #ED642E

Text Example


Text Example

White with #ED642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED642E; }

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

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

background-color css

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

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

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

border-color css

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

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

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