Html Css Color HEX #EE725F Terra Cotta

📋 copy color: '#EE725F'

red 238 ◦ green 114 ◦ blue 95

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

Shades of Terra Cotta #EE725F

Tints of Terra Cotta #EE725F

RGB

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

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

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

R = 53.24%
G = 25.5%
B = 21.25%

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

#EE725F (or 0xEE725F) is known color: Terra Cotta. HEX triplet: EE, 72 and 5F. RGB value is (238,114,95). Sum of RGB (Red+Green+Blue) = 238+114+95=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE725F is #118DA0. Grayscale: #959595. Windows color (decimal): -1150369 or 6255342. OLE color: 6255342.

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

Color convert

RGB 238 114 95 -
CMYK 0 0.52 0.60 0.07
HSL 7.97º 0.81% 0.65% -
HSV(B) 7.97º 0.6% 0.93% -
XYZ 43.34 31.04 14.53 -
YUV 148.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 238 114 95 0 0.52 0.60 0.07 7.97 0.81 0.65
Hex EE 72 5F 0 34 3C 7 8 51 41
Octal 356 162 137 0 64 74 7 10 121 101
Binary 11101110 1110010 1011111 0 110100 111100 111 1000 1010001 1000001

Color Harmonies of #EE725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE725F

Black with #EE725F

Text Example


Text Example

White with #EE725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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