Html Css Color HEX #E66F5A Terra Cotta

📋 copy color: '#E66F5A'

red 230 ◦ green 111 ◦ blue 90

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

Shades of Terra Cotta #E66F5A

Tints of Terra Cotta #E66F5A

RGB

 RED value IS 230 (90.23% from 255) = 53.36%

 GREEN value IS 111 (43.75% from 255) = 25.75%

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

R = 53.36%
G = 25.75%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E66F5A (or 0xE66F5A) is known color: Terra Cotta. HEX triplet: E6, 6F and 5A. RGB value is (230,111,90). Sum of RGB (Red+Green+Blue) = 230+111+90=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66F5A is #1990A5. Grayscale: #909090. Windows color (decimal): -1675430 or 5926886. OLE color: 5926886.

HSL color Cylindrical-coordinate representation of color #E66F5A: hue angle of 9º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E66F5A is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 111 90 -
CMYK 0 0.52 0.61 0.10
HSL 0.74% 0.63% -
HSV(B) 0.61% 0.9% -
XYZ 40.16 28.93 13.14 -
YUV 144.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 230 111 90 0 0.52 0.61 0.10 9 0.74 0.63
Hex E6 6F 5A 0 34 3D A 9 4A 3F
Octal 346 157 132 0 64 75 12 11 112 77
Binary 11100110 1101111 1011010 0 110100 111101 1010 1001 1001010 111111

Color Harmonies of #E66F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66F5A

Black with #E66F5A

Text Example


Text Example

White with #E66F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66F5A; }

 p { color: rgb(230,111,90); }

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

background-color css

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

 a { background-color: rgb(230,111,90); }

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

border-color css

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

 span { border-color: rgb(230,111,90); }

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