Html Css Color HEX #EC6432 Sorbus

📋 copy color: '#EC6432'

red 236 ◦ green 100 ◦ blue 50

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

Shades of Sorbus #EC6432

Tints of Sorbus #EC6432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 50 (19.92% from 255) = 12.95%

R = 61.14%
G = 25.91%
B = 12.95%

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

#EC6432 (or 0xEC6432) is known color: Sorbus. HEX triplet: EC, 64 and 32. RGB value is (236,100,50). Sum of RGB (Red+Green+Blue) = 236+100+50=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6432 is #139BCD. Grayscale: #878787. Windows color (decimal): -1285070 or 3302636. OLE color: 3302636.

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

Color convert

RGB 236 100 50 -
CMYK 0 0.58 0.79 0.07
HSL 16.13º 0.83% 0.56% -
HSV(B) 16.13º 0.79% 0.93% -
XYZ 39.72 27.18 6.17 -
YUV 134.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 236 100 50 0 0.58 0.79 0.07 16.13 0.83 0.56
Hex EC 64 32 0 3A 4F 7 10 53 38
Octal 354 144 62 0 72 117 7 20 123 70
Binary 11101100 1100100 110010 0 111010 1001111 111 10000 1010011 111000

Color Harmonies of #EC6432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6432

Black with #EC6432

Text Example


Text Example

White with #EC6432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6432; }

 p { color: rgb(236,100,50); }

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

background-color css

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

 a { background-color: rgb(236,100,50); }

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

border-color css

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

 span { border-color: rgb(236,100,50); }

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