Html Css Color HEX #EE6F5D Terra Cotta

📋 copy color: '#EE6F5D'

red 238 ◦ green 111 ◦ blue 93

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

Shades of Terra Cotta #EE6F5D

Tints of Terra Cotta #EE6F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

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

R = 53.85%
G = 25.11%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE6F5D (or 0xEE6F5D) is known color: Terra Cotta. HEX triplet: EE, 6F and 5D. RGB value is (238,111,93). Sum of RGB (Red+Green+Blue) = 238+111+93=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F5D is #1190A2. Grayscale: #939393. Windows color (decimal): -1151139 or 6123502. OLE color: 6123502.

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

Color convert

RGB 238 111 93 -
CMYK 0 0.53 0.61 0.07
HSL 7.45º 0.81% 0.65% -
HSV(B) 7.45º 0.61% 0.93% -
XYZ 42.92 30.34 13.95 -
YUV 146.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 238 111 93 0 0.53 0.61 0.07 7.45 0.81 0.65
Hex EE 6F 5D 0 35 3D 7 7 51 41
Octal 356 157 135 0 65 75 7 7 121 101
Binary 11101110 1101111 1011101 0 110101 111101 111 111 1010001 1000001

Color Harmonies of #EE6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6F5D

Black with #EE6F5D

Text Example


Text Example

White with #EE6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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