Html Css Color HEX #ED643A Sorbus

📋 copy color: '#ED643A'

red 237 ◦ green 100 ◦ blue 58

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

Shades of Sorbus #ED643A

Tints of Sorbus #ED643A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 60%
G = 25.32%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED643A (or 0xED643A) is known color: Sorbus. HEX triplet: ED, 64 and 3A. RGB value is (237,100,58). Sum of RGB (Red+Green+Blue) = 237+100+58=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED643A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED643A is #129BC5. Grayscale: #888888. Windows color (decimal): -1219526 or 3826925. OLE color: 3826925.

HSL color Cylindrical-coordinate representation of color #ED643A: hue angle of 14.08º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED643A is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 100 58 -
CMYK 0 0.58 0.76 0.07
HSL 14.08º 0.83% 0.58% -
HSV(B) 14.08º 0.76% 0.93% -
XYZ 40.25 27.42 7.18 -
YUV 136.18 83.89 199.92 -
System Red Green Blue C M Y K H S L
Decimal 237 100 58 0 0.58 0.76 0.07 14.08 0.83 0.58
Hex ED 64 3A 0 3A 4C 7 E 53 3A
Octal 355 144 72 0 72 114 7 16 123 72
Binary 11101101 1100100 111010 0 111010 1001100 111 1110 1010011 111010

Color Harmonies of #ED643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED643A

Black with #ED643A

Text Example


Text Example

White with #ED643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED643A; }

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

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

background-color css

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

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

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

border-color css

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

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

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