Html Css Color HEX #EE695D Terra Cotta

📋 copy color: '#EE695D'

red 238 ◦ green 105 ◦ blue 93

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

Shades of Terra Cotta #EE695D

Tints of Terra Cotta #EE695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 54.59%
G = 24.08%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE695D (or 0xEE695D) is known color: Terra Cotta. HEX triplet: EE, 69 and 5D. RGB value is (238,105,93). Sum of RGB (Red+Green+Blue) = 238+105+93=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE695D is #1196A2. Grayscale: #8F8F8F. Windows color (decimal): -1152675 or 6121966. OLE color: 6121966.

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

Color convert

RGB 238 105 93 -
CMYK 0 0.56 0.61 0.07
HSL 4.97º 0.81% 0.65% -
HSV(B) 4.97º 0.61% 0.93% -
XYZ 42.29 29.07 13.74 -
YUV 143.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 238 105 93 0 0.56 0.61 0.07 4.97 0.81 0.65
Hex EE 69 5D 0 38 3D 7 5 51 41
Octal 356 151 135 0 70 75 7 5 121 101
Binary 11101110 1101001 1011101 0 111000 111101 111 101 1010001 1000001

Color Harmonies of #EE695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE695D

Black with #EE695D

Text Example


Text Example

White with #EE695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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