Html Css Color HEX #EC8C5A Crusta

📋 copy color: '#EC8C5A'

red 236 ◦ green 140 ◦ blue 90

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

Shades of Crusta #EC8C5A

Tints of Crusta #EC8C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.04%

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

R = 50.64%
G = 30.04%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC8C5A (or 0xEC8C5A) is known color: Crusta. HEX triplet: EC, 8C and 5A. RGB value is (236,140,90). Sum of RGB (Red+Green+Blue) = 236+140+90=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C5A is #1373A5. Grayscale: #A3A3A3. Windows color (decimal): -1274790 or 5934316. OLE color: 5934316.

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

Color convert

RGB 236 140 90 -
CMYK 0 0.41 0.62 0.07
HSL 20.55º 0.79% 0.64% -
HSV(B) 20.55º 0.62% 0.93% -
XYZ 45.82 37.33 14.46 -
YUV 163 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 236 140 90 0 0.41 0.62 0.07 20.55 0.79 0.64
Hex EC 8C 5A 0 29 3E 7 15 4F 40
Octal 354 214 132 0 51 76 7 25 117 100
Binary 11101100 10001100 1011010 0 101001 111110 111 10101 1001111 1000000

Color Harmonies of #EC8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C5A

Black with #EC8C5A

Text Example


Text Example

White with #EC8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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