Html Css Color HEX #EC7F5A Crusta

📋 copy color: '#EC7F5A'

red 236 ◦ green 127 ◦ blue 90

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

Shades of Crusta #EC7F5A

Tints of Crusta #EC7F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.87%

R = 52.1%
G = 28.04%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC7F5A (or 0xEC7F5A) is known color: Crusta. HEX triplet: EC, 7F and 5A. RGB value is (236,127,90). Sum of RGB (Red+Green+Blue) = 236+127+90=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F5A is #1380A5. Grayscale: #9B9B9B. Windows color (decimal): -1278118 or 5930988. OLE color: 5930988.

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

Color convert

RGB 236 127 90 -
CMYK 0 0.46 0.62 0.07
HSL 15.21º 0.79% 0.64% -
HSV(B) 15.21º 0.62% 0.93% -
XYZ 44.03 33.75 13.87 -
YUV 155.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 236 127 90 0 0.46 0.62 0.07 15.21 0.79 0.64
Hex EC 7F 5A 0 2E 3E 7 F 4F 40
Octal 354 177 132 0 56 76 7 17 117 100
Binary 11101100 1111111 1011010 0 101110 111110 111 1111 1001111 1000000

Color Harmonies of #EC7F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F5A

Black with #EC7F5A

Text Example


Text Example

White with #EC7F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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