Html Css Color HEX #EC865E Crusta

📋 copy color: '#EC865E'

red 236 ◦ green 134 ◦ blue 94

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

Shades of Crusta #EC865E

Tints of Crusta #EC865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.88%

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 50.86%
G = 28.88%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC865E (or 0xEC865E) is known color: Crusta. HEX triplet: EC, 86 and 5E. RGB value is (236,134,94). Sum of RGB (Red+Green+Blue) = 236+134+94=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC865E is #1379A1. Grayscale: #A0A0A0. Windows color (decimal): -1276322 or 6194924. OLE color: 6194924.

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

Color convert

RGB 236 134 94 -
CMYK 0 0.43 0.60 0.07
HSL 16.9º 0.79% 0.65% -
HSV(B) 16.9º 0.6% 0.93% -
XYZ 45.14 35.69 15.1 -
YUV 159.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 236 134 94 0 0.43 0.60 0.07 16.9 0.79 0.65
Hex EC 86 5E 0 2B 3C 7 11 4F 41
Octal 354 206 136 0 53 74 7 21 117 101
Binary 11101100 10000110 1011110 0 101011 111100 111 10001 1001111 1000001

Color Harmonies of #EC865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC865E

Black with #EC865E

Text Example


Text Example

White with #EC865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC865E; }

 p { color: rgb(236,134,94); }

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

background-color css

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

 a { background-color: rgb(236,134,94); }

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

border-color css

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

 span { border-color: rgb(236,134,94); }

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