Html Css Color HEX #EE6B5E Terra Cotta

📋 copy color: '#EE6B5E'

red 238 ◦ green 107 ◦ blue 94

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

Shades of Terra Cotta #EE6B5E

Tints of Terra Cotta #EE6B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.37%

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

R = 54.21%
G = 24.37%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE6B5E (or 0xEE6B5E) is known color: Terra Cotta. HEX triplet: EE, 6B and 5E. RGB value is (238,107,94). Sum of RGB (Red+Green+Blue) = 238+107+94=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B5E is #1194A1. Grayscale: #909090. Windows color (decimal): -1152162 or 6188014. OLE color: 6188014.

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

Color convert

RGB 238 107 94 -
CMYK 0 0.55 0.61 0.07
HSL 5.42º 0.81% 0.65% -
HSV(B) 5.42º 0.61% 0.93% -
XYZ 42.54 29.5 14.04 -
YUV 144.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 238 107 94 0 0.55 0.61 0.07 5.42 0.81 0.65
Hex EE 6B 5E 0 37 3D 7 5 51 41
Octal 356 153 136 0 67 75 7 5 121 101
Binary 11101110 1101011 1011110 0 110111 111101 111 101 1010001 1000001

Color Harmonies of #EE6B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6B5E

Black with #EE6B5E

Text Example


Text Example

White with #EE6B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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