Html Css Color HEX #EE6B5A Terra Cotta

📋 copy color: '#EE6B5A'

red 238 ◦ green 107 ◦ blue 90

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

Shades of Terra Cotta #EE6B5A

Tints of Terra Cotta #EE6B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 54.71%
G = 24.6%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE6B5A (or 0xEE6B5A) is known color: Terra Cotta. HEX triplet: EE, 6B and 5A. RGB value is (238,107,90). Sum of RGB (Red+Green+Blue) = 238+107+90=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B5A is #1194A5. Grayscale: #909090. Windows color (decimal): -1152166 or 5925870. OLE color: 5925870.

HSL color Cylindrical-coordinate representation of color #EE6B5A: hue angle of 6.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE6B5A is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 107 90 -
CMYK 0 0.55 0.62 0.07
HSL 6.89º 0.81% 0.64% -
HSV(B) 6.89º 0.62% 0.93% -
XYZ 42.36 29.43 13.12 -
YUV 144.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 238 107 90 0 0.55 0.62 0.07 6.89 0.81 0.64
Hex EE 6B 5A 0 37 3E 7 7 51 40
Octal 356 153 132 0 67 76 7 7 121 100
Binary 11101110 1101011 1011010 0 110111 111110 111 111 1010001 1000000

Color Harmonies of #EE6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6B5A

Black with #EE6B5A

Text Example


Text Example

White with #EE6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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