Html Css Color HEX #EC815F Crusta

📋 copy color: '#EC815F'

red 236 ◦ green 129 ◦ blue 95

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

Shades of Crusta #EC815F

Tints of Crusta #EC815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.65%

R = 51.3%
G = 28.04%
B = 20.65%

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

#EC815F (or 0xEC815F) is known color: Crusta. HEX triplet: EC, 81 and 5F. RGB value is (236,129,95). Sum of RGB (Red+Green+Blue) = 236+129+95=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC815F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC815F is #137EA0. Grayscale: #9D9D9D. Windows color (decimal): -1277601 or 6259180. OLE color: 6259180.

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

Color convert

RGB 236 129 95 -
CMYK 0 0.45 0.60 0.07
HSL 14.47º 0.79% 0.65% -
HSV(B) 14.47º 0.6% 0.93% -
XYZ 44.51 34.36 15.11 -
YUV 157.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 236 129 95 0 0.45 0.60 0.07 14.47 0.79 0.65
Hex EC 81 5F 0 2D 3C 7 E 4F 41
Octal 354 201 137 0 55 74 7 16 117 101
Binary 11101100 10000001 1011111 0 101101 111100 111 1110 1001111 1000001

Color Harmonies of #EC815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC815F

Black with #EC815F

Text Example


Text Example

White with #EC815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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