Html Css Color HEX #EC8A5A Crusta

📋 copy color: '#EC8A5A'

red 236 ◦ green 138 ◦ blue 90

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

Shades of Crusta #EC8A5A

Tints of Crusta #EC8A5A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

 BLUE value IS 90 (35.55% from 255) = 19.4%

R = 50.86%
G = 29.74%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC8A5A (or 0xEC8A5A) is known color: Crusta. HEX triplet: EC, 8A and 5A. RGB value is (236,138,90). Sum of RGB (Red+Green+Blue) = 236+138+90=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A5A is #1375A5. Grayscale: #A2A2A2. Windows color (decimal): -1275302 or 5933804. OLE color: 5933804.

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

Color convert

RGB 236 138 90 -
CMYK 0 0.42 0.62 0.07
HSL 19.73º 0.79% 0.64% -
HSV(B) 19.73º 0.62% 0.93% -
XYZ 45.53 36.75 14.37 -
YUV 161.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 236 138 90 0 0.42 0.62 0.07 19.73 0.79 0.64
Hex EC 8A 5A 0 2A 3E 7 14 4F 40
Octal 354 212 132 0 52 76 7 24 117 100
Binary 11101100 10001010 1011010 0 101010 111110 111 10100 1001111 1000000

Color Harmonies of #EC8A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A5A

Black with #EC8A5A

Text Example


Text Example

White with #EC8A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A5A; }

 p { color: rgb(236,138,90); }

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

background-color css

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

 a { background-color: rgb(236,138,90); }

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

border-color css

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

 span { border-color: rgb(236,138,90); }

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