Html Css Color HEX #EE755F Terra Cotta

📋 copy color: '#EE755F'

red 238 ◦ green 117 ◦ blue 95

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

Shades of Terra Cotta #EE755F

Tints of Terra Cotta #EE755F

RGB

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

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

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

R = 52.89%
G = 26%
B = 21.11%

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

#EE755F (or 0xEE755F) is known color: Terra Cotta. HEX triplet: EE, 75 and 5F. RGB value is (238,117,95). Sum of RGB (Red+Green+Blue) = 238+117+95=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE755F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE755F is #118AA0. Grayscale: #969696. Windows color (decimal): -1149601 or 6256110. OLE color: 6256110.

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

Color convert

RGB 238 117 95 -
CMYK 0 0.51 0.60 0.07
HSL 9.23º 0.81% 0.65% -
HSV(B) 9.23º 0.6% 0.93% -
XYZ 43.69 31.73 14.65 -
YUV 150.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 238 117 95 0 0.51 0.60 0.07 9.23 0.81 0.65
Hex EE 75 5F 0 33 3C 7 9 51 41
Octal 356 165 137 0 63 74 7 11 121 101
Binary 11101110 1110101 1011111 0 110011 111100 111 1001 1010001 1000001

Color Harmonies of #EE755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE755F

Black with #EE755F

Text Example


Text Example

White with #EE755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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