Html Css Color HEX #EC8464 Crusta

📋 copy color: '#EC8464'

red 236 ◦ green 132 ◦ blue 100

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

Shades of Crusta #EC8464

Tints of Crusta #EC8464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 50.43%
G = 28.21%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC8464 (or 0xEC8464) is known color: Crusta. HEX triplet: EC, 84 and 64. RGB value is (236,132,100). Sum of RGB (Red+Green+Blue) = 236+132+100=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8464 is #137B9B. Grayscale: #9F9F9F. Windows color (decimal): -1276828 or 6587628. OLE color: 6587628.

HSL color Cylindrical-coordinate representation of color #EC8464: hue angle of 14.12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC8464 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 132 100 -
CMYK 0 0.44 0.58 0.07
HSL 14.12º 0.78% 0.66% -
HSV(B) 14.12º 0.58% 0.93% -
XYZ 45.14 35.26 16.48 -
YUV 159.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 236 132 100 0 0.44 0.58 0.07 14.12 0.78 0.66
Hex EC 84 64 0 2C 3A 7 E 4E 42
Octal 354 204 144 0 54 72 7 16 116 102
Binary 11101100 10000100 1100100 0 101100 111010 111 1110 1001110 1000010

Color Harmonies of #EC8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8464

Black with #EC8464

Text Example


Text Example

White with #EC8464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8464; }

 p { color: rgb(236,132,100); }

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

background-color css

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

 a { background-color: rgb(236,132,100); }

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

border-color css

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

 span { border-color: rgb(236,132,100); }

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