Html Css Color HEX #EC8F5A Crusta

📋 copy color: '#EC8F5A'

red 236 ◦ green 143 ◦ blue 90

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

Shades of Crusta #EC8F5A

Tints of Crusta #EC8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

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

R = 50.32%
G = 30.49%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC8F5A (or 0xEC8F5A) is known color: Crusta. HEX triplet: EC, 8F and 5A. RGB value is (236,143,90). Sum of RGB (Red+Green+Blue) = 236+143+90=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F5A is #1370A5. Grayscale: #A5A5A5. Windows color (decimal): -1274022 or 5935084. OLE color: 5935084.

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

Color convert

RGB 236 143 90 -
CMYK 0 0.39 0.62 0.07
HSL 21.78º 0.79% 0.64% -
HSV(B) 21.78º 0.62% 0.93% -
XYZ 46.26 38.22 14.61 -
YUV 164.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 236 143 90 0 0.39 0.62 0.07 21.78 0.79 0.64
Hex EC 8F 5A 0 27 3E 7 16 4F 40
Octal 354 217 132 0 47 76 7 26 117 100
Binary 11101100 10001111 1011010 0 100111 111110 111 10110 1001111 1000000

Color Harmonies of #EC8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F5A

Black with #EC8F5A

Text Example


Text Example

White with #EC8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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