Html Css Color HEX #EE7765 Terra Cotta

📋 copy color: '#EE7765'

red 238 ◦ green 119 ◦ blue 101

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

Shades of Terra Cotta #EE7765

Tints of Terra Cotta #EE7765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.98%

 BLUE value IS 101 (39.84% from 255) = 22.05%

R = 51.97%
G = 25.98%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE7765 (or 0xEE7765) is known color: Terra Cotta. HEX triplet: EE, 77 and 65. RGB value is (238,119,101). Sum of RGB (Red+Green+Blue) = 238+119+101=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7765 is #11889A. Grayscale: #989898. Windows color (decimal): -1149083 or 6649838. OLE color: 6649838.

HSL color Cylindrical-coordinate representation of color #EE7765: hue angle of 7.88º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE7765 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 119 101 -
CMYK 0 0.50 0.58 0.07
HSL 7.88º 0.8% 0.66% -
HSV(B) 7.88º 0.58% 0.93% -
XYZ 44.21 32.31 16.22 -
YUV 152.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 238 119 101 0 0.50 0.58 0.07 7.88 0.8 0.66
Hex EE 77 65 0 32 3A 7 8 50 42
Octal 356 167 145 0 62 72 7 10 120 102
Binary 11101110 1110111 1100101 0 110010 111010 111 1000 1010000 1000010

Color Harmonies of #EE7765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7765

Black with #EE7765

Text Example


Text Example

White with #EE7765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7765; }

 p { color: rgb(238,119,101); }

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

background-color css

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

 a { background-color: rgb(238,119,101); }

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

border-color css

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

 span { border-color: rgb(238,119,101); }

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