Html Css Color HEX #EE745D Terra Cotta

📋 copy color: '#EE745D'

red 238 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #EE745D

Tints of Terra Cotta #EE745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 53.24%
G = 25.95%
B = 20.81%

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

#EE745D (or 0xEE745D) is known color: Terra Cotta. HEX triplet: EE, 74 and 5D. RGB value is (238,116,93). Sum of RGB (Red+Green+Blue) = 238+116+93=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE745D is #118BA2. Grayscale: #969696. Windows color (decimal): -1149859 or 6124782. OLE color: 6124782.

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

Color convert

RGB 238 116 93 -
CMYK 0 0.51 0.61 0.07
HSL 9.52º 0.81% 0.65% -
HSV(B) 9.52º 0.61% 0.93% -
XYZ 43.48 31.46 14.14 -
YUV 149.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 238 116 93 0 0.51 0.61 0.07 9.52 0.81 0.65
Hex EE 74 5D 0 33 3D 7 A 51 41
Octal 356 164 135 0 63 75 7 12 121 101
Binary 11101110 1110100 1011101 0 110011 111101 111 1010 1010001 1000001

Color Harmonies of #EE745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE745D

Black with #EE745D

Text Example


Text Example

White with #EE745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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