Html Css Color HEX #EC805F Crusta

📋 copy color: '#EC805F'

red 236 ◦ green 128 ◦ blue 95

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

Shades of Crusta #EC805F

Tints of Crusta #EC805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

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

R = 51.42%
G = 27.89%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC805F (or 0xEC805F) is known color: Crusta. HEX triplet: EC, 80 and 5F. RGB value is (236,128,95). Sum of RGB (Red+Green+Blue) = 236+128+95=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC805F is #137FA0. Grayscale: #9C9C9C. Windows color (decimal): -1277857 or 6258924. OLE color: 6258924.

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

Color convert

RGB 236 128 95 -
CMYK 0 0.46 0.60 0.07
HSL 14.04º 0.79% 0.65% -
HSV(B) 14.04º 0.6% 0.93% -
XYZ 44.38 34.1 15.07 -
YUV 156.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 236 128 95 0 0.46 0.60 0.07 14.04 0.79 0.65
Hex EC 80 5F 0 2E 3C 7 E 4F 41
Octal 354 200 137 0 56 74 7 16 117 101
Binary 11101100 10000000 1011111 0 101110 111100 111 1110 1001111 1000001

Color Harmonies of #EC805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC805F

Black with #EC805F

Text Example


Text Example

White with #EC805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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