Html Css Color HEX #EC695A Terra Cotta

📋 copy color: '#EC695A'

red 236 ◦ green 105 ◦ blue 90

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

Shades of Terra Cotta #EC695A

Tints of Terra Cotta #EC695A

RGB

 RED value IS 236 (92.58% from 255) = 54.76%

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 54.76%
G = 24.36%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC695A (or 0xEC695A) is known color: Terra Cotta. HEX triplet: EC, 69 and 5A. RGB value is (236,105,90). Sum of RGB (Red+Green+Blue) = 236+105+90=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC695A is #1396A5. Grayscale: #8E8E8E. Windows color (decimal): -1283750 or 5925356. OLE color: 5925356.

HSL color Cylindrical-coordinate representation of color #EC695A: hue angle of 6.16º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC695A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 90 -
CMYK 0 0.56 0.62 0.07
HSL 6.16º 0.79% 0.64% -
HSV(B) 6.16º 0.62% 0.93% -
XYZ 41.49 28.67 13.02 -
YUV 142.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 236 105 90 0 0.56 0.62 0.07 6.16 0.79 0.64
Hex EC 69 5A 0 38 3E 7 6 4F 40
Octal 354 151 132 0 70 76 7 6 117 100
Binary 11101100 1101001 1011010 0 111000 111110 111 110 1001111 1000000

Color Harmonies of #EC695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC695A

Black with #EC695A

Text Example


Text Example

White with #EC695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC695A; }

 p { color: rgb(236,105,90); }

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

background-color css

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

 a { background-color: rgb(236,105,90); }

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

border-color css

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

 span { border-color: rgb(236,105,90); }

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