Html Css Color HEX #EC865C Crusta

📋 copy color: '#EC865C'

red 236 ◦ green 134 ◦ blue 92

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

Shades of Crusta #EC865C

Tints of Crusta #EC865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 51.08%
G = 29%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC865C (or 0xEC865C) is known color: Crusta. HEX triplet: EC, 86 and 5C. RGB value is (236,134,92). Sum of RGB (Red+Green+Blue) = 236+134+92=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC865C is #1379A3. Grayscale: #9F9F9F. Windows color (decimal): -1276324 or 6063852. OLE color: 6063852.

HSL color Cylindrical-coordinate representation of color #EC865C: hue angle of 17.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC865C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 92 -
CMYK 0 0.43 0.61 0.07
HSL 17.5º 0.79% 0.64% -
HSV(B) 17.5º 0.61% 0.93% -
XYZ 45.05 35.66 14.63 -
YUV 159.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 236 134 92 0 0.43 0.61 0.07 17.5 0.79 0.64
Hex EC 86 5C 0 2B 3D 7 12 4F 40
Octal 354 206 134 0 53 75 7 22 117 100
Binary 11101100 10000110 1011100 0 101011 111101 111 10010 1001111 1000000

Color Harmonies of #EC865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC865C

Black with #EC865C

Text Example


Text Example

White with #EC865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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