Html Css Color HEX #EC6128 Sorbus

📋 copy color: '#EC6128'

red 236 ◦ green 97 ◦ blue 40

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

Shades of Sorbus #EC6128

Tints of Sorbus #EC6128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 63.27%
G = 26.01%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC6128 (or 0xEC6128) is known color: Sorbus. HEX triplet: EC, 61 and 28. RGB value is (236,97,40). Sum of RGB (Red+Green+Blue) = 236+97+40=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6128 is #139ED7. Grayscale: #848484. Windows color (decimal): -1285848 or 2646508. OLE color: 2646508.

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

Color convert

RGB 236 97 40 -
CMYK 0 0.59 0.83 0.07
HSL 17.45º 0.84% 0.54% -
HSV(B) 17.45º 0.83% 0.93% -
XYZ 39.25 26.54 5.06 -
YUV 132.06 76.05 202.13 -
System Red Green Blue C M Y K H S L
Decimal 236 97 40 0 0.59 0.83 0.07 17.45 0.84 0.54
Hex EC 61 28 0 3B 53 7 11 54 36
Octal 354 141 50 0 73 123 7 21 124 66
Binary 11101100 1100001 101000 0 111011 1010011 111 10001 1010100 110110

Color Harmonies of #EC6128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6128

Black with #EC6128

Text Example


Text Example

White with #EC6128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6128; }

 p { color: rgb(236,97,40); }

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

background-color css

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

 a { background-color: rgb(236,97,40); }

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

border-color css

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

 span { border-color: rgb(236,97,40); }

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