Html Css Color HEX #E6775A Terra Cotta

📋 copy color: '#E6775A'

red 230 ◦ green 119 ◦ blue 90

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

Shades of Terra Cotta #E6775A

Tints of Terra Cotta #E6775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.11%

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

R = 52.39%
G = 27.11%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6775A (or 0xE6775A) is known color: Terra Cotta. HEX triplet: E6, 77 and 5A. RGB value is (230,119,90). Sum of RGB (Red+Green+Blue) = 230+119+90=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6775A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6775A is #1988A5. Grayscale: #959595. Windows color (decimal): -1673382 or 5928934. OLE color: 5928934.

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

Color convert

RGB 230 119 90 -
CMYK 0 0.48 0.61 0.10
HSL 12.43º 0.74% 0.63% -
HSV(B) 12.43º 0.61% 0.9% -
XYZ 41.08 30.75 13.44 -
YUV 148.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 230 119 90 0 0.48 0.61 0.10 12.43 0.74 0.63
Hex E6 77 5A 0 30 3D A C 4A 3F
Octal 346 167 132 0 60 75 12 14 112 77
Binary 11100110 1110111 1011010 0 110000 111101 1010 1100 1001010 111111

Color Harmonies of #E6775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6775A

Black with #E6775A

Text Example


Text Example

White with #E6775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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