Html Css Color HEX #EC6029 Sorbus

📋 copy color: '#EC6029'

red 236 ◦ green 96 ◦ blue 41

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

Shades of Sorbus #EC6029

Tints of Sorbus #EC6029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

 BLUE value IS 41 (16.41% from 255) = 10.99%

R = 63.27%
G = 25.74%
B = 10.99%

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

#EC6029 (or 0xEC6029) is known color: Sorbus. HEX triplet: EC, 60 and 29. RGB value is (236,96,41). Sum of RGB (Red+Green+Blue) = 236+96+41=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6029 is #139FD6. Grayscale: #838383. Windows color (decimal): -1286103 or 2711788. OLE color: 2711788.

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

Color convert

RGB 236 96 41 -
CMYK 0 0.59 0.83 0.07
HSL 16.92º 0.84% 0.54% -
HSV(B) 16.92º 0.83% 0.93% -
XYZ 39.18 26.36 5.12 -
YUV 131.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 236 96 41 0 0.59 0.83 0.07 16.92 0.84 0.54
Hex EC 60 29 0 3B 53 7 11 54 36
Octal 354 140 51 0 73 123 7 21 124 66
Binary 11101100 1100000 101001 0 111011 1010011 111 10001 1010100 110110

Color Harmonies of #EC6029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6029

Black with #EC6029

Text Example


Text Example

White with #EC6029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6029; }

 p { color: rgb(236,96,41); }

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

background-color css

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

 a { background-color: rgb(236,96,41); }

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

border-color css

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

 span { border-color: rgb(236,96,41); }

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