Html Css Color HEX #EC884F Crusta

📋 copy color: '#EC884F'

red 236 ◦ green 136 ◦ blue 79

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

Shades of Crusta #EC884F

Tints of Crusta #EC884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.16%

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

R = 52.33%
G = 30.16%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC884F (or 0xEC884F) is known color: Crusta. HEX triplet: EC, 88 and 4F. RGB value is (236,136,79). Sum of RGB (Red+Green+Blue) = 236+136+79=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC884F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC884F is #1377B0. Grayscale: #9F9F9F. Windows color (decimal): -1275825 or 5212396. OLE color: 5212396.

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

Color convert

RGB 236 136 79 -
CMYK 0 0.42 0.67 0.07
HSL 21.78º 0.81% 0.62% -
HSV(B) 21.78º 0.67% 0.93% -
XYZ 44.81 36.01 11.99 -
YUV 159.4 82.63 182.63 -
System Red Green Blue C M Y K H S L
Decimal 236 136 79 0 0.42 0.67 0.07 21.78 0.81 0.62
Hex EC 88 4F 0 2A 43 7 16 51 3E
Octal 354 210 117 0 52 103 7 26 121 76
Binary 11101100 10001000 1001111 0 101010 1000011 111 10110 1010001 111110

Color Harmonies of #EC884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC884F

Black with #EC884F

Text Example


Text Example

White with #EC884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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