Html Css Color HEX #EE695A Terra Cotta

📋 copy color: '#EE695A'

red 238 ◦ green 105 ◦ blue 90

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

Shades of Terra Cotta #EE695A

Tints of Terra Cotta #EE695A

RGB

 RED value IS 238 (93.36% from 255) = 54.97%

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

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

R = 54.97%
G = 24.25%
B = 20.79%

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

#EE695A (or 0xEE695A) is known color: Terra Cotta. HEX triplet: EE, 69 and 5A. RGB value is (238,105,90). Sum of RGB (Red+Green+Blue) = 238+105+90=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE695A is #1196A5. Grayscale: #8F8F8F. Windows color (decimal): -1152678 or 5925358. OLE color: 5925358.

HSL color Cylindrical-coordinate representation of color #EE695A: hue angle of 6.08º degrees, saturation: 0.81, 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 #EE695A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 105 90 -
CMYK 0 0.56 0.62 0.07
HSL 6.08º 0.81% 0.64% -
HSV(B) 6.08º 0.62% 0.93% -
XYZ 42.16 29.02 13.05 -
YUV 143.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 238 105 90 0 0.56 0.62 0.07 6.08 0.81 0.64
Hex EE 69 5A 0 38 3E 7 6 51 40
Octal 356 151 132 0 70 76 7 6 121 100
Binary 11101110 1101001 1011010 0 111000 111110 111 110 1010001 1000000

Color Harmonies of #EE695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE695A

Black with #EE695A

Text Example


Text Example

White with #EE695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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