Html Css Color HEX #EC825F Crusta

📋 copy color: '#EC825F'

red 236 ◦ green 130 ◦ blue 95

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

Shades of Crusta #EC825F

Tints of Crusta #EC825F

RGB

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

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

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

R = 51.19%
G = 28.2%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC825F (or 0xEC825F) is known color: Crusta. HEX triplet: EC, 82 and 5F. RGB value is (236,130,95). Sum of RGB (Red+Green+Blue) = 236+130+95=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC825F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC825F is #137DA0. Grayscale: #9D9D9D. Windows color (decimal): -1277345 or 6259436. OLE color: 6259436.

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

Color convert

RGB 236 130 95 -
CMYK 0 0.45 0.60 0.07
HSL 14.89º 0.79% 0.65% -
HSV(B) 14.89º 0.6% 0.93% -
XYZ 44.64 34.62 15.16 -
YUV 157.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 236 130 95 0 0.45 0.60 0.07 14.89 0.79 0.65
Hex EC 82 5F 0 2D 3C 7 F 4F 41
Octal 354 202 137 0 55 74 7 17 117 101
Binary 11101100 10000010 1011111 0 101101 111100 111 1111 1001111 1000001

Color Harmonies of #EC825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC825F

Black with #EC825F

Text Example


Text Example

White with #EC825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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