Html Css Color HEX #EC855F Crusta

📋 copy color: '#EC855F'

red 236 ◦ green 133 ◦ blue 95

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

Shades of Crusta #EC855F

Tints of Crusta #EC855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

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

R = 50.86%
G = 28.66%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC855F (or 0xEC855F) is known color: Crusta. HEX triplet: EC, 85 and 5F. RGB value is (236,133,95). Sum of RGB (Red+Green+Blue) = 236+133+95=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC855F is #137AA0. Grayscale: #9F9F9F. Windows color (decimal): -1276577 or 6260204. OLE color: 6260204.

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

Color convert

RGB 236 133 95 -
CMYK 0 0.44 0.60 0.07
HSL 16.17º 0.79% 0.65% -
HSV(B) 16.17º 0.6% 0.93% -
XYZ 45.05 35.43 15.29 -
YUV 159.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 236 133 95 0 0.44 0.60 0.07 16.17 0.79 0.65
Hex EC 85 5F 0 2C 3C 7 10 4F 41
Octal 354 205 137 0 54 74 7 20 117 101
Binary 11101100 10000101 1011111 0 101100 111100 111 10000 1001111 1000001

Color Harmonies of #EC855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC855F

Black with #EC855F

Text Example


Text Example

White with #EC855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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