Html Css Color HEX #EC814E Crusta

📋 copy color: '#EC814E'

red 236 ◦ green 129 ◦ blue 78

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

Shades of Crusta #EC814E

Tints of Crusta #EC814E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

 BLUE value IS 78 (30.86% from 255) = 17.61%

R = 53.27%
G = 29.12%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC814E (or 0xEC814E) is known color: Crusta. HEX triplet: EC, 81 and 4E. RGB value is (236,129,78). Sum of RGB (Red+Green+Blue) = 236+129+78=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC814E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC814E is #137EB1. Grayscale: #9B9B9B. Windows color (decimal): -1277618 or 5145068. OLE color: 5145068.

HSL color Cylindrical-coordinate representation of color #EC814E: hue angle of 19.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC814E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 78 -
CMYK 0 0.45 0.67 0.07
HSL 19.37º 0.81% 0.62% -
HSV(B) 19.37º 0.67% 0.93% -
XYZ 43.82 34.08 11.48 -
YUV 155.18 84.45 185.65 -
System Red Green Blue C M Y K H S L
Decimal 236 129 78 0 0.45 0.67 0.07 19.37 0.81 0.62
Hex EC 81 4E 0 2D 43 7 13 51 3E
Octal 354 201 116 0 55 103 7 23 121 76
Binary 11101100 10000001 1001110 0 101101 1000011 111 10011 1010001 111110

Color Harmonies of #EC814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC814E

Black with #EC814E

Text Example


Text Example

White with #EC814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC814E; }

 p { color: rgb(236,129,78); }

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

background-color css

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

 a { background-color: rgb(236,129,78); }

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

border-color css

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

 span { border-color: rgb(236,129,78); }

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