Html Css Color HEX #ED653D Sorbus

📋 copy color: '#ED653D'

red 237 ◦ green 101 ◦ blue 61

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

Shades of Sorbus #ED653D

Tints of Sorbus #ED653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 61 (24.22% from 255) = 15.29%

R = 59.4%
G = 25.31%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED653D (or 0xED653D) is known color: Sorbus. HEX triplet: ED, 65 and 3D. RGB value is (237,101,61). Sum of RGB (Red+Green+Blue) = 237+101+61=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED653D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED653D is #129AC2. Grayscale: #898989. Windows color (decimal): -1219267 or 4023789. OLE color: 4023789.

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

Color convert

RGB 237 101 61 -
CMYK 0 0.57 0.74 0.07
HSL 13.64º 0.83% 0.58% -
HSV(B) 13.64º 0.74% 0.93% -
XYZ 40.42 27.65 7.62 -
YUV 137.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 237 101 61 0 0.57 0.74 0.07 13.64 0.83 0.58
Hex ED 65 3D 0 39 4A 7 E 53 3A
Octal 355 145 75 0 71 112 7 16 123 72
Binary 11101101 1100101 111101 0 111001 1001010 111 1110 1010011 111010

Color Harmonies of #ED653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED653D

Black with #ED653D

Text Example


Text Example

White with #ED653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED653D; }

 p { color: rgb(237,101,61); }

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

background-color css

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

 a { background-color: rgb(237,101,61); }

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

border-color css

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

 span { border-color: rgb(237,101,61); }

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