Html Css Color HEX #EC6231 Sorbus

📋 copy color: '#EC6231'

red 236 ◦ green 98 ◦ blue 49

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

Shades of Sorbus #EC6231

Tints of Sorbus #EC6231

RGB

 RED value IS 236 (92.58% from 255) = 61.62%

 GREEN value IS 98 (38.67% from 255) = 25.59%

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 61.62%
G = 25.59%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC6231 (or 0xEC6231) is known color: Sorbus. HEX triplet: EC, 62 and 31. RGB value is (236,98,49). Sum of RGB (Red+Green+Blue) = 236+98+49=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6231 is #139DCE. Grayscale: #868686. Windows color (decimal): -1285583 or 3236588. OLE color: 3236588.

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

Color convert

RGB 236 98 49 -
CMYK 0 0.58 0.79 0.07
HSL 15.72º 0.83% 0.56% -
HSV(B) 15.72º 0.79% 0.93% -
XYZ 39.51 26.79 5.99 -
YUV 133.68 80.22 200.98 -
System Red Green Blue C M Y K H S L
Decimal 236 98 49 0 0.58 0.79 0.07 15.72 0.83 0.56
Hex EC 62 31 0 3A 4F 7 10 53 38
Octal 354 142 61 0 72 117 7 20 123 70
Binary 11101100 1100010 110001 0 111010 1001111 111 10000 1010011 111000

Color Harmonies of #EC6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6231

Black with #EC6231

Text Example


Text Example

White with #EC6231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6231; }

 p { color: rgb(236,98,49); }

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

background-color css

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

 a { background-color: rgb(236,98,49); }

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

border-color css

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

 span { border-color: rgb(236,98,49); }

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