Html Css Color HEX #E68A5A Crusta

📋 copy color: '#E68A5A'

red 230 ◦ green 138 ◦ blue 90

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

Shades of Crusta #E68A5A

Tints of Crusta #E68A5A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

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

R = 50.22%
G = 30.13%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E68A5A (or 0xE68A5A) is known color: Crusta. HEX triplet: E6, 8A and 5A. RGB value is (230,138,90). Sum of RGB (Red+Green+Blue) = 230+138+90=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A5A is #1975A5. Grayscale: #A0A0A0. Windows color (decimal): -1668518 or 5933798. OLE color: 5933798.

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

Color convert

RGB 230 138 90 -
CMYK 0 0.4 0.61 0.10
HSL 20.57º 0.74% 0.63% -
HSV(B) 20.57º 0.61% 0.9% -
XYZ 43.57 35.74 14.27 -
YUV 160.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 230 138 90 0 0.4 0.61 0.10 20.57 0.74 0.63
Hex E6 8A 5A 0 28 3D A 15 4A 3F
Octal 346 212 132 0 50 75 12 25 112 77
Binary 11100110 10001010 1011010 0 101000 111101 1010 10101 1001010 111111

Color Harmonies of #E68A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A5A

Black with #E68A5A

Text Example


Text Example

White with #E68A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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