Html Css Color HEX #EC815E Crusta

📋 copy color: '#EC815E'

red 236 ◦ green 129 ◦ blue 94

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

Shades of Crusta #EC815E

Tints of Crusta #EC815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 51.42%
G = 28.1%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC815E (or 0xEC815E) is known color: Crusta. HEX triplet: EC, 81 and 5E. RGB value is (236,129,94). Sum of RGB (Red+Green+Blue) = 236+129+94=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC815E is #137EA1. Grayscale: #9D9D9D. Windows color (decimal): -1277602 or 6193644. OLE color: 6193644.

HSL color Cylindrical-coordinate representation of color #EC815E: hue angle of 14.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC815E is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 94 -
CMYK 0 0.45 0.60 0.07
HSL 14.79º 0.79% 0.65% -
HSV(B) 14.79º 0.6% 0.93% -
XYZ 44.46 34.34 14.87 -
YUV 157 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 236 129 94 0 0.45 0.60 0.07 14.79 0.79 0.65
Hex EC 81 5E 0 2D 3C 7 F 4F 41
Octal 354 201 136 0 55 74 7 17 117 101
Binary 11101100 10000001 1011110 0 101101 111100 111 1111 1001111 1000001

Color Harmonies of #EC815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC815E

Black with #EC815E

Text Example


Text Example

White with #EC815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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