Html Css Color HEX #EE755C Terra Cotta

📋 copy color: '#EE755C'

red 238 ◦ green 117 ◦ blue 92

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

Shades of Terra Cotta #EE755C

Tints of Terra Cotta #EE755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

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

R = 53.24%
G = 26.17%
B = 20.58%

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

#EE755C (or 0xEE755C) is known color: Terra Cotta. HEX triplet: EE, 75 and 5C. RGB value is (238,117,92). Sum of RGB (Red+Green+Blue) = 238+117+92=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE755C is #118AA3. Grayscale: #969696. Windows color (decimal): -1149604 or 6059502. OLE color: 6059502.

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

Color convert

RGB 238 117 92 -
CMYK 0 0.51 0.61 0.07
HSL 10.27º 0.81% 0.65% -
HSV(B) 10.27º 0.61% 0.93% -
XYZ 43.55 31.67 13.94 -
YUV 150.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 238 117 92 0 0.51 0.61 0.07 10.27 0.81 0.65
Hex EE 75 5C 0 33 3D 7 A 51 41
Octal 356 165 134 0 63 75 7 12 121 101
Binary 11101110 1110101 1011100 0 110011 111101 111 1010 1010001 1000001

Color Harmonies of #EE755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE755C

Black with #EE755C

Text Example


Text Example

White with #EE755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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