Html Css Color HEX #EC8B5D Crusta

📋 copy color: '#EC8B5D'

red 236 ◦ green 139 ◦ blue 93

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

Shades of Crusta #EC8B5D

Tints of Crusta #EC8B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 50.43%
G = 29.7%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC8B5D (or 0xEC8B5D) is known color: Crusta. HEX triplet: EC, 8B and 5D. RGB value is (236,139,93). Sum of RGB (Red+Green+Blue) = 236+139+93=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B5D is #1374A2. Grayscale: #A3A3A3. Windows color (decimal): -1275043 or 6130668. OLE color: 6130668.

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

Color convert

RGB 236 139 93 -
CMYK 0 0.41 0.61 0.07
HSL 19.3º 0.79% 0.65% -
HSV(B) 19.3º 0.61% 0.93% -
XYZ 45.8 37.09 15.1 -
YUV 162.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 236 139 93 0 0.41 0.61 0.07 19.3 0.79 0.65
Hex EC 8B 5D 0 29 3D 7 13 4F 41
Octal 354 213 135 0 51 75 7 23 117 101
Binary 11101100 10001011 1011101 0 101001 111101 111 10011 1001111 1000001

Color Harmonies of #EC8B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B5D

Black with #EC8B5D

Text Example


Text Example

White with #EC8B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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