Html Css Color HEX #EC875D Crusta

📋 copy color: '#EC875D'

red 236 ◦ green 135 ◦ blue 93

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

Shades of Crusta #EC875D

Tints of Crusta #EC875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.09%

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 50.86%
G = 29.09%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC875D (or 0xEC875D) is known color: Crusta. HEX triplet: EC, 87 and 5D. RGB value is (236,135,93). Sum of RGB (Red+Green+Blue) = 236+135+93=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC875D is #1378A2. Grayscale: #A0A0A0. Windows color (decimal): -1276067 or 6129644. OLE color: 6129644.

HSL color Cylindrical-coordinate representation of color #EC875D: hue angle of 17.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC875D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 135 93 -
CMYK 0 0.43 0.61 0.07
HSL 17.62º 0.79% 0.65% -
HSV(B) 17.62º 0.61% 0.93% -
XYZ 45.23 35.95 14.91 -
YUV 160.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 236 135 93 0 0.43 0.61 0.07 17.62 0.79 0.65
Hex EC 87 5D 0 2B 3D 7 12 4F 41
Octal 354 207 135 0 53 75 7 22 117 101
Binary 11101100 10000111 1011101 0 101011 111101 111 10010 1001111 1000001

Color Harmonies of #EC875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC875D

Black with #EC875D

Text Example


Text Example

White with #EC875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC875D; }

 p { color: rgb(236,135,93); }

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

background-color css

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

 a { background-color: rgb(236,135,93); }

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

border-color css

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

 span { border-color: rgb(236,135,93); }

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