Html Css Color HEX #EC865A Crusta

📋 copy color: '#EC865A'

red 236 ◦ green 134 ◦ blue 90

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

Shades of Crusta #EC865A

Tints of Crusta #EC865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.57%

R = 51.3%
G = 29.13%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC865A (or 0xEC865A) is known color: Crusta. HEX triplet: EC, 86 and 5A. RGB value is (236,134,90). Sum of RGB (Red+Green+Blue) = 236+134+90=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC865A is #1379A5. Grayscale: #9F9F9F. Windows color (decimal): -1276326 or 5932780. OLE color: 5932780.

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

Color convert

RGB 236 134 90 -
CMYK 0 0.43 0.62 0.07
HSL 18.08º 0.79% 0.64% -
HSV(B) 18.08º 0.62% 0.93% -
XYZ 44.96 35.62 14.18 -
YUV 159.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 236 134 90 0 0.43 0.62 0.07 18.08 0.79 0.64
Hex EC 86 5A 0 2B 3E 7 12 4F 40
Octal 354 206 132 0 53 76 7 22 117 100
Binary 11101100 10000110 1011010 0 101011 111110 111 10010 1001111 1000000

Color Harmonies of #EC865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC865A

Black with #EC865A

Text Example


Text Example

White with #EC865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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