Html Css Color HEX #EC6134 Sorbus

📋 copy color: '#EC6134'

red 236 ◦ green 97 ◦ blue 52

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

Shades of Sorbus #EC6134

Tints of Sorbus #EC6134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 61.3%
G = 25.19%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC6134 (or 0xEC6134) is known color: Sorbus. HEX triplet: EC, 61 and 34. RGB value is (236,97,52). Sum of RGB (Red+Green+Blue) = 236+97+52=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6134 is #139ECB. Grayscale: #858585. Windows color (decimal): -1285836 or 3432940. OLE color: 3432940.

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

Color convert

RGB 236 97 52 -
CMYK 0 0.59 0.78 0.07
HSL 14.67º 0.83% 0.56% -
HSV(B) 14.67º 0.78% 0.93% -
XYZ 39.49 26.63 6.31 -
YUV 133.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 236 97 52 0 0.59 0.78 0.07 14.67 0.83 0.56
Hex EC 61 34 0 3B 4E 7 F 53 38
Octal 354 141 64 0 73 116 7 17 123 70
Binary 11101100 1100001 110100 0 111011 1001110 111 1111 1010011 111000

Color Harmonies of #EC6134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6134

Black with #EC6134

Text Example


Text Example

White with #EC6134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6134; }

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

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

background-color css

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

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

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

border-color css

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

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

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