Html Css Color HEX #EE6E5A Terra Cotta

📋 copy color: '#EE6E5A'

red 238 ◦ green 110 ◦ blue 90

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

Shades of Terra Cotta #EE6E5A

Tints of Terra Cotta #EE6E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 54.34%
G = 25.11%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE6E5A (or 0xEE6E5A) is known color: Terra Cotta. HEX triplet: EE, 6E and 5A. RGB value is (238,110,90). Sum of RGB (Red+Green+Blue) = 238+110+90=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E5A is #1191A5. Grayscale: #929292. Windows color (decimal): -1151398 or 5926638. OLE color: 5926638.

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

Color convert

RGB 238 110 90 -
CMYK 0 0.54 0.62 0.07
HSL 8.11º 0.81% 0.64% -
HSV(B) 8.11º 0.62% 0.93% -
XYZ 42.68 30.07 13.23 -
YUV 145.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 238 110 90 0 0.54 0.62 0.07 8.11 0.81 0.64
Hex EE 6E 5A 0 36 3E 7 8 51 40
Octal 356 156 132 0 66 76 7 10 121 100
Binary 11101110 1101110 1011010 0 110110 111110 111 1000 1010001 1000000

Color Harmonies of #EE6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6E5A

Black with #EE6E5A

Text Example


Text Example

White with #EE6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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