Html Css Color HEX #EC8C4F Crusta

📋 copy color: '#EC8C4F'

red 236 ◦ green 140 ◦ blue 79

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

Shades of Crusta #EC8C4F

Tints of Crusta #EC8C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.77%

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

R = 51.87%
G = 30.77%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC8C4F (or 0xEC8C4F) is known color: Crusta. HEX triplet: EC, 8C and 4F. RGB value is (236,140,79). Sum of RGB (Red+Green+Blue) = 236+140+79=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C4F is #1373B0. Grayscale: #A2A2A2. Windows color (decimal): -1274801 or 5213420. OLE color: 5213420.

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

Color convert

RGB 236 140 79 -
CMYK 0 0.41 0.67 0.07
HSL 23.31º 0.81% 0.62% -
HSV(B) 23.31º 0.67% 0.93% -
XYZ 45.38 37.15 12.18 -
YUV 161.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 236 140 79 0 0.41 0.67 0.07 23.31 0.81 0.62
Hex EC 8C 4F 0 29 43 7 17 51 3E
Octal 354 214 117 0 51 103 7 27 121 76
Binary 11101100 10001100 1001111 0 101001 1000011 111 10111 1010001 111110

Color Harmonies of #EC8C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C4F

Black with #EC8C4F

Text Example


Text Example

White with #EC8C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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