Html Css Color HEX #EC5428 Cinnabar

📋 copy color: '#EC5428'

red 236 ◦ green 84 ◦ blue 40

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

Shades of Cinnabar #EC5428

Tints of Cinnabar #EC5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

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

R = 65.56%
G = 23.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC5428 (or 0xEC5428) is known color: Cinnabar. HEX triplet: EC, 54 and 28. RGB value is (236,84,40). Sum of RGB (Red+Green+Blue) = 236+84+40=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5428 is #13ABD7. Grayscale: #7C7C7C. Windows color (decimal): -1289176 or 2643180. OLE color: 2643180.

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

Color convert

RGB 236 84 40 -
CMYK 0 0.64 0.83 0.07
HSL 13.47º 0.84% 0.54% -
HSV(B) 13.47º 0.83% 0.93% -
XYZ 38.15 24.33 4.69 -
YUV 124.43 80.36 207.58 -
System Red Green Blue C M Y K H S L
Decimal 236 84 40 0 0.64 0.83 0.07 13.47 0.84 0.54
Hex EC 54 28 0 40 53 7 D 54 36
Octal 354 124 50 0 100 123 7 15 124 66
Binary 11101100 1010100 101000 0 1000000 1010011 111 1101 1010100 110110

Color Harmonies of #EC5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5428

Black with #EC5428

Text Example


Text Example

White with #EC5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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