Html Css Color HEX #EE745C Terra Cotta

📋 copy color: '#EE745C'

red 238 ◦ green 116 ◦ blue 92

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

Shades of Terra Cotta #EE745C

Tints of Terra Cotta #EE745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 53.36%
G = 26.01%
B = 20.63%

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

#EE745C (or 0xEE745C) is known color: Terra Cotta. HEX triplet: EE, 74 and 5C. RGB value is (238,116,92). Sum of RGB (Red+Green+Blue) = 238+116+92=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE745C is #118BA3. Grayscale: #959595. Windows color (decimal): -1149860 or 6059246. OLE color: 6059246.

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

Color convert

RGB 238 116 92 -
CMYK 0 0.51 0.61 0.07
HSL 9.86º 0.81% 0.65% -
HSV(B) 9.86º 0.61% 0.93% -
XYZ 43.44 31.44 13.9 -
YUV 149.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 238 116 92 0 0.51 0.61 0.07 9.86 0.81 0.65
Hex EE 74 5C 0 33 3D 7 A 51 41
Octal 356 164 134 0 63 75 7 12 121 101
Binary 11101110 1110100 1011100 0 110011 111101 111 1010 1010001 1000001

Color Harmonies of #EE745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE745C

Black with #EE745C

Text Example


Text Example

White with #EE745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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