Html Css Color HEX #EE7260 Terra Cotta

📋 copy color: '#EE7260'

red 238 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #EE7260

Tints of Terra Cotta #EE7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 53.13%
G = 25.45%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE7260 (or 0xEE7260) is known color: Terra Cotta. HEX triplet: EE, 72 and 60. RGB value is (238,114,96). Sum of RGB (Red+Green+Blue) = 238+114+96=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7260 is #118D9F. Grayscale: #959595. Windows color (decimal): -1150368 or 6320878. OLE color: 6320878.

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

Color convert

RGB 238 114 96 -
CMYK 0 0.52 0.60 0.07
HSL 7.61º 0.81% 0.65% -
HSV(B) 7.61º 0.6% 0.93% -
XYZ 43.39 31.06 14.77 -
YUV 149.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 238 114 96 0 0.52 0.60 0.07 7.61 0.81 0.65
Hex EE 72 60 0 34 3C 7 8 51 41
Octal 356 162 140 0 64 74 7 10 121 101
Binary 11101110 1110010 1100000 0 110100 111100 111 1000 1010001 1000001

Color Harmonies of #EE7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7260

Black with #EE7260

Text Example


Text Example

White with #EE7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7260; }

 p { color: rgb(238,114,96); }

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

background-color css

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

 a { background-color: rgb(238,114,96); }

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

border-color css

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

 span { border-color: rgb(238,114,96); }

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