Html Css Color HEX #EC7E4F Crusta

📋 copy color: '#EC7E4F'

red 236 ◦ green 126 ◦ blue 79

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

Shades of Crusta #EC7E4F

Tints of Crusta #EC7E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.91%

R = 53.51%
G = 28.57%
B = 17.91%

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

#EC7E4F (or 0xEC7E4F) is known color: Crusta. HEX triplet: EC, 7E and 4F. RGB value is (236,126,79). Sum of RGB (Red+Green+Blue) = 236+126+79=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E4F is #1381B0. Grayscale: #999999. Windows color (decimal): -1278385 or 5209836. OLE color: 5209836.

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

Color convert

RGB 236 126 79 -
CMYK 0 0.47 0.67 0.07
HSL 17.96º 0.81% 0.62% -
HSV(B) 17.96º 0.67% 0.93% -
XYZ 43.46 33.32 11.54 -
YUV 153.53 85.94 186.82 -
System Red Green Blue C M Y K H S L
Decimal 236 126 79 0 0.47 0.67 0.07 17.96 0.81 0.62
Hex EC 7E 4F 0 2F 43 7 12 51 3E
Octal 354 176 117 0 57 103 7 22 121 76
Binary 11101100 1111110 1001111 0 101111 1000011 111 10010 1010001 111110

Color Harmonies of #EC7E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E4F

Black with #EC7E4F

Text Example


Text Example

White with #EC7E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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