Html Css Color HEX #EC825D Crusta

📋 copy color: '#EC825D'

red 236 ◦ green 130 ◦ blue 93

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

Shades of Crusta #EC825D

Tints of Crusta #EC825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 51.42%
G = 28.32%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC825D (or 0xEC825D) is known color: Crusta. HEX triplet: EC, 82 and 5D. RGB value is (236,130,93). Sum of RGB (Red+Green+Blue) = 236+130+93=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC825D is #137DA2. Grayscale: #9D9D9D. Windows color (decimal): -1277347 or 6128364. OLE color: 6128364.

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

Color convert

RGB 236 130 93 -
CMYK 0 0.45 0.61 0.07
HSL 15.52º 0.79% 0.65% -
HSV(B) 15.52º 0.61% 0.93% -
XYZ 44.55 34.59 14.68 -
YUV 157.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 236 130 93 0 0.45 0.61 0.07 15.52 0.79 0.65
Hex EC 82 5D 0 2D 3D 7 10 4F 41
Octal 354 202 135 0 55 75 7 20 117 101
Binary 11101100 10000010 1011101 0 101101 111101 111 10000 1001111 1000001

Color Harmonies of #EC825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC825D

Black with #EC825D

Text Example


Text Example

White with #EC825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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