Html Css Color HEX #EE6F5B Terra Cotta

📋 copy color: '#EE6F5B'

red 238 ◦ green 111 ◦ blue 91

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

Shades of Terra Cotta #EE6F5B

Tints of Terra Cotta #EE6F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 54.09%
G = 25.23%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE6F5B (or 0xEE6F5B) is known color: Terra Cotta. HEX triplet: EE, 6F and 5B. RGB value is (238,111,91). Sum of RGB (Red+Green+Blue) = 238+111+91=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F5B is #1190A4. Grayscale: #929292. Windows color (decimal): -1151141 or 5992430. OLE color: 5992430.

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

Color convert

RGB 238 111 91 -
CMYK 0 0.53 0.62 0.07
HSL 8.16º 0.81% 0.65% -
HSV(B) 8.16º 0.62% 0.93% -
XYZ 42.83 30.3 13.49 -
YUV 146.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 238 111 91 0 0.53 0.62 0.07 8.16 0.81 0.65
Hex EE 6F 5B 0 35 3E 7 8 51 41
Octal 356 157 133 0 65 76 7 10 121 101
Binary 11101110 1101111 1011011 0 110101 111110 111 1000 1010001 1000001

Color Harmonies of #EE6F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6F5B

Black with #EE6F5B

Text Example


Text Example

White with #EE6F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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