Html Css Color HEX #EC6331 Sorbus

📋 copy color: '#EC6331'

red 236 ◦ green 99 ◦ blue 49

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

Shades of Sorbus #EC6331

Tints of Sorbus #EC6331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.78%

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

R = 61.46%
G = 25.78%
B = 12.76%

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

#EC6331 (or 0xEC6331) is known color: Sorbus. HEX triplet: EC, 63 and 31. RGB value is (236,99,49). Sum of RGB (Red+Green+Blue) = 236+99+49=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6331 is #139CCE. Grayscale: #868686. Windows color (decimal): -1285327 or 3236844. OLE color: 3236844.

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

Color convert

RGB 236 99 49 -
CMYK 0 0.58 0.79 0.07
HSL 16.04º 0.83% 0.56% -
HSV(B) 16.04º 0.79% 0.93% -
XYZ 39.61 26.98 6.03 -
YUV 134.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 236 99 49 0 0.58 0.79 0.07 16.04 0.83 0.56
Hex EC 63 31 0 3A 4F 7 10 53 38
Octal 354 143 61 0 72 117 7 20 123 70
Binary 11101100 1100011 110001 0 111010 1001111 111 10000 1010011 111000

Color Harmonies of #EC6331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6331

Black with #EC6331

Text Example


Text Example

White with #EC6331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6331; }

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

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

background-color css

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

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

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

border-color css

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

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

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