Html Css Color HEX #EE745F Terra Cotta

📋 copy color: '#EE745F'

red 238 ◦ green 116 ◦ blue 95

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

Shades of Terra Cotta #EE745F

Tints of Terra Cotta #EE745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 53.01%
G = 25.84%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE745F (or 0xEE745F) is known color: Terra Cotta. HEX triplet: EE, 74 and 5F. RGB value is (238,116,95). Sum of RGB (Red+Green+Blue) = 238+116+95=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE745F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE745F is #118BA0. Grayscale: #969696. Windows color (decimal): -1149857 or 6255854. OLE color: 6255854.

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

Color convert

RGB 238 116 95 -
CMYK 0 0.51 0.60 0.07
HSL 8.81º 0.81% 0.65% -
HSV(B) 8.81º 0.6% 0.93% -
XYZ 43.57 31.49 14.61 -
YUV 150.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 238 116 95 0 0.51 0.60 0.07 8.81 0.81 0.65
Hex EE 74 5F 0 33 3C 7 9 51 41
Octal 356 164 137 0 63 74 7 11 121 101
Binary 11101110 1110100 1011111 0 110011 111100 111 1001 1010001 1000001

Color Harmonies of #EE745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE745F

Black with #EE745F

Text Example


Text Example

White with #EE745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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