Html Css Color HEX #EE6C5F Terra Cotta

📋 copy color: '#EE6C5F'

red 238 ◦ green 108 ◦ blue 95

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

Shades of Terra Cotta #EE6C5F

Tints of Terra Cotta #EE6C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

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

R = 53.97%
G = 24.49%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE6C5F (or 0xEE6C5F) is known color: Terra Cotta. HEX triplet: EE, 6C and 5F. RGB value is (238,108,95). Sum of RGB (Red+Green+Blue) = 238+108+95=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6C5F is #1193A0. Grayscale: #919191. Windows color (decimal): -1151905 or 6253806. OLE color: 6253806.

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

Color convert

RGB 238 108 95 -
CMYK 0 0.55 0.60 0.07
HSL 5.45º 0.81% 0.65% -
HSV(B) 5.45º 0.6% 0.93% -
XYZ 42.69 29.73 14.31 -
YUV 145.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 238 108 95 0 0.55 0.60 0.07 5.45 0.81 0.65
Hex EE 6C 5F 0 37 3C 7 5 51 41
Octal 356 154 137 0 67 74 7 5 121 101
Binary 11101110 1101100 1011111 0 110111 111100 111 101 1010001 1000001

Color Harmonies of #EE6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6C5F

Black with #EE6C5F

Text Example


Text Example

White with #EE6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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