Html Css Color HEX #EE6D5F Terra Cotta

📋 copy color: '#EE6D5F'

red 238 ◦ green 109 ◦ blue 95

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

Shades of Terra Cotta #EE6D5F

Tints of Terra Cotta #EE6D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 53.85%
G = 24.66%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE6D5F (or 0xEE6D5F) is known color: Terra Cotta. HEX triplet: EE, 6D and 5F. RGB value is (238,109,95). Sum of RGB (Red+Green+Blue) = 238+109+95=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D5F is #1192A0. Grayscale: #929292. Windows color (decimal): -1151649 or 6254062. OLE color: 6254062.

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

Color convert

RGB 238 109 95 -
CMYK 0 0.54 0.60 0.07
HSL 5.87º 0.81% 0.65% -
HSV(B) 5.87º 0.6% 0.93% -
XYZ 42.79 29.94 14.35 -
YUV 145.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 238 109 95 0 0.54 0.60 0.07 5.87 0.81 0.65
Hex EE 6D 5F 0 36 3C 7 6 51 41
Octal 356 155 137 0 66 74 7 6 121 101
Binary 11101110 1101101 1011111 0 110110 111100 111 110 1010001 1000001

Color Harmonies of #EE6D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6D5F

Black with #EE6D5F

Text Example


Text Example

White with #EE6D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6D5F; }

 p { color: rgb(238,109,95); }

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

background-color css

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

 a { background-color: rgb(238,109,95); }

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

border-color css

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

 span { border-color: rgb(238,109,95); }

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