Html Css Color HEX #EC854F Crusta

📋 copy color: '#EC854F'

red 236 ◦ green 133 ◦ blue 79

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

Shades of Crusta #EC854F

Tints of Crusta #EC854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

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

R = 52.68%
G = 29.69%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC854F (or 0xEC854F) is known color: Crusta. HEX triplet: EC, 85 and 4F. RGB value is (236,133,79). Sum of RGB (Red+Green+Blue) = 236+133+79=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC854F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC854F is #137AB0. Grayscale: #9D9D9D. Windows color (decimal): -1276593 or 5211628. OLE color: 5211628.

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

Color convert

RGB 236 133 79 -
CMYK 0 0.44 0.67 0.07
HSL 20.64º 0.81% 0.62% -
HSV(B) 20.64º 0.67% 0.93% -
XYZ 44.39 35.17 11.85 -
YUV 157.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 236 133 79 0 0.44 0.67 0.07 20.64 0.81 0.62
Hex EC 85 4F 0 2C 43 7 15 51 3E
Octal 354 205 117 0 54 103 7 25 121 76
Binary 11101100 10000101 1001111 0 101100 1000011 111 10101 1010001 111110

Color Harmonies of #EC854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC854F

Black with #EC854F

Text Example


Text Example

White with #EC854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC854F; }

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

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

background-color css

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

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

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

border-color css

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

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

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