Html Css Color HEX #E2785A Terra Cotta

📋 copy color: '#E2785A'

red 226 ◦ green 120 ◦ blue 90

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

Shades of Terra Cotta #E2785A

Tints of Terra Cotta #E2785A

RGB

 RED value IS 226 (88.67% from 255) = 51.83%

 GREEN value IS 120 (47.27% from 255) = 27.52%

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

R = 51.83%
G = 27.52%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2785A (or 0xE2785A) is known color: Terra Cotta. HEX triplet: E2, 78 and 5A. RGB value is (226,120,90). Sum of RGB (Red+Green+Blue) = 226+120+90=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2785A is #1D87A5. Grayscale: #949494. Windows color (decimal): -1935270 or 5929186. OLE color: 5929186.

HSL color Cylindrical-coordinate representation of color #E2785A: hue angle of 13.24º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2785A is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 120 90 -
CMYK 0 0.47 0.60 0.11
HSL 13.24º 0.7% 0.62% -
HSV(B) 13.24º 0.6% 0.89% -
XYZ 39.93 30.34 13.42 -
YUV 148.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 226 120 90 0 0.47 0.60 0.11 13.24 0.7 0.62
Hex E2 78 5A 0 2F 3C B D 46 3E
Octal 342 170 132 0 57 74 13 15 106 76
Binary 11100010 1111000 1011010 0 101111 111100 1011 1101 1000110 111110

Color Harmonies of #E2785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2785A

Black with #E2785A

Text Example


Text Example

White with #E2785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2785A; }

 p { color: rgb(226,120,90); }

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

background-color css

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

 a { background-color: rgb(226,120,90); }

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

border-color css

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

 span { border-color: rgb(226,120,90); }

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