Html Css Color HEX #EB6D5A Terra Cotta

📋 copy color: '#EB6D5A'

red 235 ◦ green 109 ◦ blue 90

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

Shades of Terra Cotta #EB6D5A

Tints of Terra Cotta #EB6D5A

RGB

 RED value IS 235 (92.19% from 255) = 54.15%

 GREEN value IS 109 (42.97% from 255) = 25.12%

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

R = 54.15%
G = 25.12%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB6D5A (or 0xEB6D5A) is known color: Terra Cotta. HEX triplet: EB, 6D and 5A. RGB value is (235,109,90). Sum of RGB (Red+Green+Blue) = 235+109+90=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6D5A is #1492A5. Grayscale: #909090. Windows color (decimal): -1348262 or 5926379. OLE color: 5926379.

HSL color Cylindrical-coordinate representation of color #EB6D5A: hue angle of 7.86º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB6D5A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 109 90 -
CMYK 0 0.54 0.62 0.08
HSL 7.86º 0.78% 0.64% -
HSV(B) 7.86º 0.62% 0.92% -
XYZ 41.58 29.34 13.14 -
YUV 144.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 235 109 90 0 0.54 0.62 0.08 7.86 0.78 0.64
Hex EB 6D 5A 0 36 3E 8 8 4E 40
Octal 353 155 132 0 66 76 10 10 116 100
Binary 11101011 1101101 1011010 0 110110 111110 1000 1000 1001110 1000000

Color Harmonies of #EB6D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6D5A

Black with #EB6D5A

Text Example


Text Example

White with #EB6D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6D5A; }

 p { color: rgb(235,109,90); }

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

background-color css

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

 a { background-color: rgb(235,109,90); }

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

border-color css

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

 span { border-color: rgb(235,109,90); }

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