Html Css Color HEX #E6865A Crusta

📋 copy color: '#E6865A'

red 230 ◦ green 134 ◦ blue 90

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

Shades of Crusta #E6865A

Tints of Crusta #E6865A

RGB

 RED value IS 230 (90.23% from 255) = 50.66%

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

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

R = 50.66%
G = 29.52%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6865A (or 0xE6865A) is known color: Crusta. HEX triplet: E6, 86 and 5A. RGB value is (230,134,90). Sum of RGB (Red+Green+Blue) = 230+134+90=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6865A is #1979A5. Grayscale: #9D9D9D. Windows color (decimal): -1669542 or 5932774. OLE color: 5932774.

HSL color Cylindrical-coordinate representation of color #E6865A: hue angle of 18.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6865A is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 90 -
CMYK 0 0.42 0.61 0.10
HSL 18.86º 0.74% 0.63% -
HSV(B) 18.86º 0.61% 0.9% -
XYZ 43 34.61 14.09 -
YUV 157.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 230 134 90 0 0.42 0.61 0.10 18.86 0.74 0.63
Hex E6 86 5A 0 2A 3D A 13 4A 3F
Octal 346 206 132 0 52 75 12 23 112 77
Binary 11100110 10000110 1011010 0 101010 111101 1010 10011 1001010 111111

Color Harmonies of #E6865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6865A

Black with #E6865A

Text Example


Text Example

White with #E6865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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