Html Css Color HEX #EE735F Terra Cotta

📋 copy color: '#EE735F'

red 238 ◦ green 115 ◦ blue 95

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

Shades of Terra Cotta #EE735F

Tints of Terra Cotta #EE735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.67%

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

R = 53.13%
G = 25.67%
B = 21.21%

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

#EE735F (or 0xEE735F) is known color: Terra Cotta. HEX triplet: EE, 73 and 5F. RGB value is (238,115,95). Sum of RGB (Red+Green+Blue) = 238+115+95=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE735F is #118CA0. Grayscale: #959595. Windows color (decimal): -1150113 or 6255598. OLE color: 6255598.

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

Color convert

RGB 238 115 95 -
CMYK 0 0.52 0.60 0.07
HSL 8.39º 0.81% 0.65% -
HSV(B) 8.39º 0.6% 0.93% -
XYZ 43.46 31.26 14.57 -
YUV 149.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 238 115 95 0 0.52 0.60 0.07 8.39 0.81 0.65
Hex EE 73 5F 0 34 3C 7 8 51 41
Octal 356 163 137 0 64 74 7 10 121 101
Binary 11101110 1110011 1011111 0 110100 111100 111 1000 1010001 1000001

Color Harmonies of #EE735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE735F

Black with #EE735F

Text Example


Text Example

White with #EE735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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