Html Css Color HEX #EE745E Terra Cotta

📋 copy color: '#EE745E'

red 238 ◦ green 116 ◦ blue 94

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

Shades of Terra Cotta #EE745E

Tints of Terra Cotta #EE745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 53.13%
G = 25.89%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE745E (or 0xEE745E) is known color: Terra Cotta. HEX triplet: EE, 74 and 5E. RGB value is (238,116,94). Sum of RGB (Red+Green+Blue) = 238+116+94=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE745E is #118BA1. Grayscale: #969696. Windows color (decimal): -1149858 or 6190318. OLE color: 6190318.

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

Color convert

RGB 238 116 94 -
CMYK 0 0.51 0.61 0.07
HSL 9.17º 0.81% 0.65% -
HSV(B) 9.17º 0.61% 0.93% -
XYZ 43.53 31.48 14.37 -
YUV 149.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 238 116 94 0 0.51 0.61 0.07 9.17 0.81 0.65
Hex EE 74 5E 0 33 3D 7 9 51 41
Octal 356 164 136 0 63 75 7 11 121 101
Binary 11101110 1110100 1011110 0 110011 111101 111 1001 1010001 1000001

Color Harmonies of #EE745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE745E

Black with #EE745E

Text Example


Text Example

White with #EE745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE745E; }

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

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

background-color css

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

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

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

border-color css

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

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

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