Html Css Color HEX #E6895A Crusta

📋 copy color: '#E6895A'

red 230 ◦ green 137 ◦ blue 90

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

Shades of Crusta #E6895A

Tints of Crusta #E6895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 50.33%
G = 29.98%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6895A (or 0xE6895A) is known color: Crusta. HEX triplet: E6, 89 and 5A. RGB value is (230,137,90). Sum of RGB (Red+Green+Blue) = 230+137+90=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6895A is #1976A5. Grayscale: #9F9F9F. Windows color (decimal): -1668774 or 5933542. OLE color: 5933542.

HSL color Cylindrical-coordinate representation of color #E6895A: hue angle of 20.14º 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 #E6895A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 90 -
CMYK 0 0.40 0.61 0.10
HSL 20.14º 0.74% 0.63% -
HSV(B) 20.14º 0.61% 0.9% -
XYZ 43.42 35.45 14.23 -
YUV 159.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 230 137 90 0 0.40 0.61 0.10 20.14 0.74 0.63
Hex E6 89 5A 0 28 3D A 14 4A 3F
Octal 346 211 132 0 50 75 12 24 112 77
Binary 11100110 10001001 1011010 0 101000 111101 1010 10100 1001010 111111

Color Harmonies of #E6895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6895A

Black with #E6895A

Text Example


Text Example

White with #E6895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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