Html Css Color HEX #E66B5A Terra Cotta

📋 copy color: '#E66B5A'

red 230 ◦ green 107 ◦ blue 90

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

Shades of Terra Cotta #E66B5A

Tints of Terra Cotta #E66B5A

RGB

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

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

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

R = 53.86%
G = 25.06%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E66B5A (or 0xE66B5A) is known color: Terra Cotta. HEX triplet: E6, 6B and 5A. RGB value is (230,107,90). Sum of RGB (Red+Green+Blue) = 230+107+90=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66B5A is #1994A5. Grayscale: #8E8E8E. Windows color (decimal): -1676454 or 5925862. OLE color: 5925862.

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

Color convert

RGB 230 107 90 -
CMYK 0 0.53 0.61 0.10
HSL 7.29º 0.74% 0.63% -
HSV(B) 7.29º 0.61% 0.9% -
XYZ 39.74 28.08 13 -
YUV 141.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 230 107 90 0 0.53 0.61 0.10 7.29 0.74 0.63
Hex E6 6B 5A 0 35 3D A 7 4A 3F
Octal 346 153 132 0 65 75 12 7 112 77
Binary 11100110 1101011 1011010 0 110101 111101 1010 111 1001010 111111

Color Harmonies of #E66B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66B5A

Black with #E66B5A

Text Example


Text Example

White with #E66B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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