Html Css Color HEX #EC8D50 Crusta

📋 copy color: '#EC8D50'

red 236 ◦ green 141 ◦ blue 80

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

Shades of Crusta #EC8D50

Tints of Crusta #EC8D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 80 (31.64% from 255) = 17.51%

R = 51.64%
G = 30.85%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC8D50 (or 0xEC8D50) is known color: Crusta. HEX triplet: EC, 8D and 50. RGB value is (236,141,80). Sum of RGB (Red+Green+Blue) = 236+141+80=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D50 is #1372AF. Grayscale: #A2A2A2. Windows color (decimal): -1274544 or 5279212. OLE color: 5279212.

HSL color Cylindrical-coordinate representation of color #EC8D50: hue angle of 23.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC8D50 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 80 -
CMYK 0 0.40 0.66 0.07
HSL 23.46º 0.8% 0.62% -
HSV(B) 23.46º 0.66% 0.93% -
XYZ 45.56 37.46 12.42 -
YUV 162.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 236 141 80 0 0.40 0.66 0.07 23.46 0.8 0.62
Hex EC 8D 50 0 28 42 7 17 50 3E
Octal 354 215 120 0 50 102 7 27 120 76
Binary 11101100 10001101 1010000 0 101000 1000010 111 10111 1010000 111110

Color Harmonies of #EC8D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D50

Black with #EC8D50

Text Example


Text Example

White with #EC8D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D50; }

 p { color: rgb(236,141,80); }

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

background-color css

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

 a { background-color: rgb(236,141,80); }

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

border-color css

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

 span { border-color: rgb(236,141,80); }

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