Html Css Color HEX #ED643B Sorbus

📋 copy color: '#ED643B'

red 237 ◦ green 100 ◦ blue 59

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

Shades of Sorbus #ED643B

Tints of Sorbus #ED643B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.9%

R = 59.85%
G = 25.25%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED643B (or 0xED643B) is known color: Sorbus. HEX triplet: ED, 64 and 3B. RGB value is (237,100,59). Sum of RGB (Red+Green+Blue) = 237+100+59=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED643B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED643B is #129BC4. Grayscale: #888888. Windows color (decimal): -1219525 or 3892461. OLE color: 3892461.

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

Color convert

RGB 237 100 59 -
CMYK 0 0.58 0.75 0.07
HSL 13.82º 0.83% 0.58% -
HSV(B) 13.82º 0.75% 0.93% -
XYZ 40.27 27.43 7.31 -
YUV 136.29 84.39 199.83 -
System Red Green Blue C M Y K H S L
Decimal 237 100 59 0 0.58 0.75 0.07 13.82 0.83 0.58
Hex ED 64 3B 0 3A 4B 7 E 53 3A
Octal 355 144 73 0 72 113 7 16 123 72
Binary 11101101 1100100 111011 0 111010 1001011 111 1110 1010011 111010

Color Harmonies of #ED643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED643B

Black with #ED643B

Text Example


Text Example

White with #ED643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED643B; }

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

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

background-color css

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

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

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

border-color css

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

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

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