Html Css Color HEX #EE6E5E Terra Cotta

📋 copy color: '#EE6E5E'

red 238 ◦ green 110 ◦ blue 94

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

Shades of Terra Cotta #EE6E5E

Tints of Terra Cotta #EE6E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.89%

 BLUE value IS 94 (37.11% from 255) = 21.27%

R = 53.85%
G = 24.89%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE6E5E (or 0xEE6E5E) is known color: Terra Cotta. HEX triplet: EE, 6E and 5E. RGB value is (238,110,94). Sum of RGB (Red+Green+Blue) = 238+110+94=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E5E is #1191A1. Grayscale: #929292. Windows color (decimal): -1151394 or 6188782. OLE color: 6188782.

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

Color convert

RGB 238 110 94 -
CMYK 0 0.54 0.61 0.07
HSL 6.67º 0.81% 0.65% -
HSV(B) 6.67º 0.61% 0.93% -
XYZ 42.86 30.14 14.15 -
YUV 146.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 238 110 94 0 0.54 0.61 0.07 6.67 0.81 0.65
Hex EE 6E 5E 0 36 3D 7 7 51 41
Octal 356 156 136 0 66 75 7 7 121 101
Binary 11101110 1101110 1011110 0 110110 111101 111 111 1010001 1000001

Color Harmonies of #EE6E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6E5E

Black with #EE6E5E

Text Example


Text Example

White with #EE6E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6E5E; }

 p { color: rgb(238,110,94); }

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

background-color css

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

 a { background-color: rgb(238,110,94); }

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

border-color css

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

 span { border-color: rgb(238,110,94); }

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