Html Css Color HEX #EE7C5F Terra Cotta

📋 copy color: '#EE7C5F'

red 238 ◦ green 124 ◦ blue 95

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

Shades of Terra Cotta #EE7C5F

Tints of Terra Cotta #EE7C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 52.08%
G = 27.13%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE7C5F (or 0xEE7C5F) is known color: Terra Cotta. HEX triplet: EE, 7C and 5F. RGB value is (238,124,95). Sum of RGB (Red+Green+Blue) = 238+124+95=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7C5F is #1183A0. Grayscale: #9B9B9B. Windows color (decimal): -1147809 or 6257902. OLE color: 6257902.

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

Color convert

RGB 238 124 95 -
CMYK 0 0.48 0.60 0.07
HSL 12.17º 0.81% 0.65% -
HSV(B) 12.17º 0.6% 0.93% -
XYZ 44.53 33.42 14.93 -
YUV 154.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 238 124 95 0 0.48 0.60 0.07 12.17 0.81 0.65
Hex EE 7C 5F 0 30 3C 7 C 51 41
Octal 356 174 137 0 60 74 7 14 121 101
Binary 11101110 1111100 1011111 0 110000 111100 111 1100 1010001 1000001

Color Harmonies of #EE7C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7C5F

Black with #EE7C5F

Text Example


Text Example

White with #EE7C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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