Html Css Color HEX #EC7034 Sorbus

📋 copy color: '#EC7034'

red 236 ◦ green 112 ◦ blue 52

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

Shades of Sorbus #EC7034

Tints of Sorbus #EC7034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

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

R = 59%
G = 28%
B = 13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC7034 (or 0xEC7034) is known color: Sorbus. HEX triplet: EC, 70 and 34. RGB value is (236,112,52). Sum of RGB (Red+Green+Blue) = 236+112+52=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7034 is #138FCB. Grayscale: #8E8E8E. Windows color (decimal): -1281996 or 3436780. OLE color: 3436780.

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

Color convert

RGB 236 112 52 -
CMYK 0 0.53 0.78 0.07
HSL 19.57º 0.83% 0.56% -
HSV(B) 19.57º 0.78% 0.93% -
XYZ 41.01 29.67 6.81 -
YUV 142.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 236 112 52 0 0.53 0.78 0.07 19.57 0.83 0.56
Hex EC 70 34 0 35 4E 7 14 53 38
Octal 354 160 64 0 65 116 7 24 123 70
Binary 11101100 1110000 110100 0 110101 1001110 111 10100 1010011 111000

Color Harmonies of #EC7034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7034

Black with #EC7034

Text Example


Text Example

White with #EC7034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7034; }

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

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

background-color css

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

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

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

border-color css

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

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

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