Html Css Color HEX #EC7F5F Crusta

📋 copy color: '#EC7F5F'

red 236 ◦ green 127 ◦ blue 95

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

Shades of Crusta #EC7F5F

Tints of Crusta #EC7F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

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

R = 51.53%
G = 27.73%
B = 20.74%

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

#EC7F5F (or 0xEC7F5F) is known color: Crusta. HEX triplet: EC, 7F and 5F. RGB value is (236,127,95). Sum of RGB (Red+Green+Blue) = 236+127+95=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F5F is #1380A0. Grayscale: #9C9C9C. Windows color (decimal): -1278113 or 6258668. OLE color: 6258668.

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

Color convert

RGB 236 127 95 -
CMYK 0 0.46 0.60 0.07
HSL 13.62º 0.79% 0.65% -
HSV(B) 13.62º 0.6% 0.93% -
XYZ 44.25 33.84 15.03 -
YUV 155.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 236 127 95 0 0.46 0.60 0.07 13.62 0.79 0.65
Hex EC 7F 5F 0 2E 3C 7 E 4F 41
Octal 354 177 137 0 56 74 7 16 117 101
Binary 11101100 1111111 1011111 0 101110 111100 111 1110 1001111 1000001

Color Harmonies of #EC7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F5F

Black with #EC7F5F

Text Example


Text Example

White with #EC7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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