Html Css Color HEX #EE725E Terra Cotta

📋 copy color: '#EE725E'

red 238 ◦ green 114 ◦ blue 94

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

Shades of Terra Cotta #EE725E

Tints of Terra Cotta #EE725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 53.36%
G = 25.56%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE725E (or 0xEE725E) is known color: Terra Cotta. HEX triplet: EE, 72 and 5E. RGB value is (238,114,94). Sum of RGB (Red+Green+Blue) = 238+114+94=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE725E is #118DA1. Grayscale: #949494. Windows color (decimal): -1150370 or 6189806. OLE color: 6189806.

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

Color convert

RGB 238 114 94 -
CMYK 0 0.52 0.61 0.07
HSL 8.33º 0.81% 0.65% -
HSV(B) 8.33º 0.61% 0.93% -
XYZ 43.3 31.02 14.3 -
YUV 148.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 238 114 94 0 0.52 0.61 0.07 8.33 0.81 0.65
Hex EE 72 5E 0 34 3D 7 8 51 41
Octal 356 162 136 0 64 75 7 10 121 101
Binary 11101110 1110010 1011110 0 110100 111101 111 1000 1010001 1000001

Color Harmonies of #EE725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE725E

Black with #EE725E

Text Example


Text Example

White with #EE725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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