Html Css Color HEX #EC7F5E Crusta

📋 copy color: '#EC7F5E'

red 236 ◦ green 127 ◦ blue 94

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

Shades of Crusta #EC7F5E

Tints of Crusta #EC7F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 51.64%
G = 27.79%
B = 20.57%

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

#EC7F5E (or 0xEC7F5E) is known color: Crusta. HEX triplet: EC, 7F and 5E. RGB value is (236,127,94). Sum of RGB (Red+Green+Blue) = 236+127+94=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F5E is #1380A1. Grayscale: #9C9C9C. Windows color (decimal): -1278114 or 6193132. OLE color: 6193132.

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

Color convert

RGB 236 127 94 -
CMYK 0 0.46 0.60 0.07
HSL 13.94º 0.79% 0.65% -
HSV(B) 13.94º 0.6% 0.93% -
XYZ 44.2 33.82 14.79 -
YUV 155.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 236 127 94 0 0.46 0.60 0.07 13.94 0.79 0.65
Hex EC 7F 5E 0 2E 3C 7 E 4F 41
Octal 354 177 136 0 56 74 7 16 117 101
Binary 11101100 1111111 1011110 0 101110 111100 111 1110 1001111 1000001

Color Harmonies of #EC7F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F5E

Black with #EC7F5E

Text Example


Text Example

White with #EC7F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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