Html Css Color HEX #EC7E4D Crusta

📋 copy color: '#EC7E4D'

red 236 ◦ green 126 ◦ blue 77

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

Shades of Crusta #EC7E4D

Tints of Crusta #EC7E4D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 77 (30.47% from 255) = 17.54%

R = 53.76%
G = 28.7%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC7E4D (or 0xEC7E4D) is known color: Crusta. HEX triplet: EC, 7E and 4D. RGB value is (236,126,77). Sum of RGB (Red+Green+Blue) = 236+126+77=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E4D is #1381B2. Grayscale: #999999. Windows color (decimal): -1278387 or 5078764. OLE color: 5078764.

HSL color Cylindrical-coordinate representation of color #EC7E4D: hue angle of 18.49º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC7E4D is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 126 77 -
CMYK 0 0.47 0.67 0.07
HSL 18.49º 0.81% 0.61% -
HSV(B) 18.49º 0.67% 0.93% -
XYZ 43.39 33.29 11.16 -
YUV 153.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 236 126 77 0 0.47 0.67 0.07 18.49 0.81 0.61
Hex EC 7E 4D 0 2F 43 7 12 51 3D
Octal 354 176 115 0 57 103 7 22 121 75
Binary 11101100 1111110 1001101 0 101111 1000011 111 10010 1010001 111101

Color Harmonies of #EC7E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E4D

Black with #EC7E4D

Text Example


Text Example

White with #EC7E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E4D; }

 p { color: rgb(236,126,77); }

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

background-color css

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

 a { background-color: rgb(236,126,77); }

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

border-color css

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

 span { border-color: rgb(236,126,77); }

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