Html Css Color HEX #EC895F Crusta

📋 copy color: '#EC895F'

red 236 ◦ green 137 ◦ blue 95

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

Shades of Crusta #EC895F

Tints of Crusta #EC895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.27%

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

R = 50.43%
G = 29.27%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC895F (or 0xEC895F) is known color: Crusta. HEX triplet: EC, 89 and 5F. RGB value is (236,137,95). Sum of RGB (Red+Green+Blue) = 236+137+95=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC895F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC895F is #1376A0. Grayscale: #A2A2A2. Windows color (decimal): -1275553 or 6261228. OLE color: 6261228.

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

Color convert

RGB 236 137 95 -
CMYK 0 0.42 0.60 0.07
HSL 17.87º 0.79% 0.65% -
HSV(B) 17.87º 0.6% 0.93% -
XYZ 45.6 36.55 15.48 -
YUV 161.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 236 137 95 0 0.42 0.60 0.07 17.87 0.79 0.65
Hex EC 89 5F 0 2A 3C 7 12 4F 41
Octal 354 211 137 0 52 74 7 22 117 101
Binary 11101100 10001001 1011111 0 101010 111100 111 10010 1001111 1000001

Color Harmonies of #EC895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC895F

Black with #EC895F

Text Example


Text Example

White with #EC895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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