Html Css Color HEX #EC864F Crusta

📋 copy color: '#EC864F'

red 236 ◦ green 134 ◦ blue 79

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

Shades of Crusta #EC864F

Tints of Crusta #EC864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

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

R = 52.56%
G = 29.84%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC864F (or 0xEC864F) is known color: Crusta. HEX triplet: EC, 86 and 4F. RGB value is (236,134,79). Sum of RGB (Red+Green+Blue) = 236+134+79=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC864F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC864F is #1379B0. Grayscale: #9E9E9E. Windows color (decimal): -1276337 or 5211884. OLE color: 5211884.

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

Color convert

RGB 236 134 79 -
CMYK 0 0.43 0.67 0.07
HSL 21.02º 0.81% 0.62% -
HSV(B) 21.02º 0.67% 0.93% -
XYZ 44.53 35.45 11.89 -
YUV 158.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 236 134 79 0 0.43 0.67 0.07 21.02 0.81 0.62
Hex EC 86 4F 0 2B 43 7 15 51 3E
Octal 354 206 117 0 53 103 7 25 121 76
Binary 11101100 10000110 1001111 0 101011 1000011 111 10101 1010001 111110

Color Harmonies of #EC864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC864F

Black with #EC864F

Text Example


Text Example

White with #EC864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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