Html Css Color HEX #EB6A5E Terra Cotta

📋 copy color: '#EB6A5E'

red 235 ◦ green 106 ◦ blue 94

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

Shades of Terra Cotta #EB6A5E

Tints of Terra Cotta #EB6A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.37%

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

R = 54.02%
G = 24.37%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB6A5E (or 0xEB6A5E) is known color: Terra Cotta. HEX triplet: EB, 6A and 5E. RGB value is (235,106,94). Sum of RGB (Red+Green+Blue) = 235+106+94=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6A5E is #1495A1. Grayscale: #8F8F8F. Windows color (decimal): -1349026 or 6187755. OLE color: 6187755.

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

Color convert

RGB 235 106 94 -
CMYK 0 0.55 0.6 0.08
HSL 5.11º 0.78% 0.65% -
HSV(B) 5.11º 0.6% 0.92% -
XYZ 41.44 28.78 13.96 -
YUV 143.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 235 106 94 0 0.55 0.6 0.08 5.11 0.78 0.65
Hex EB 6A 5E 0 37 3C 8 5 4E 41
Octal 353 152 136 0 67 74 10 5 116 101
Binary 11101011 1101010 1011110 0 110111 111100 1000 101 1001110 1000001

Color Harmonies of #EB6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A5E

Black with #EB6A5E

Text Example


Text Example

White with #EB6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A5E; }

 p { color: rgb(235,106,94); }

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

background-color css

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

 a { background-color: rgb(235,106,94); }

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

border-color css

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

 span { border-color: rgb(235,106,94); }

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