Html Css Color HEX #EC804D Crusta

📋 copy color: '#EC804D'

red 236 ◦ green 128 ◦ blue 77

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

Shades of Crusta #EC804D

Tints of Crusta #EC804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 53.51%
G = 29.02%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC804D (or 0xEC804D) is known color: Crusta. HEX triplet: EC, 80 and 4D. RGB value is (236,128,77). Sum of RGB (Red+Green+Blue) = 236+128+77=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC804D is #137FB2. Grayscale: #9A9A9A. Windows color (decimal): -1277875 or 5079276. OLE color: 5079276.

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

Color convert

RGB 236 128 77 -
CMYK 0 0.46 0.67 0.07
HSL 19.25º 0.81% 0.61% -
HSV(B) 19.25º 0.67% 0.93% -
XYZ 43.65 33.81 11.25 -
YUV 154.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 236 128 77 0 0.46 0.67 0.07 19.25 0.81 0.61
Hex EC 80 4D 0 2E 43 7 13 51 3D
Octal 354 200 115 0 56 103 7 23 121 75
Binary 11101100 10000000 1001101 0 101110 1000011 111 10011 1010001 111101

Color Harmonies of #EC804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC804D

Black with #EC804D

Text Example


Text Example

White with #EC804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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