Html Css Color HEX #EB685E Terra Cotta

📋 copy color: '#EB685E'

red 235 ◦ green 104 ◦ blue 94

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

Shades of Terra Cotta #EB685E

Tints of Terra Cotta #EB685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 54.27%
G = 24.02%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB685E (or 0xEB685E) is known color: Terra Cotta. HEX triplet: EB, 68 and 5E. RGB value is (235,104,94). Sum of RGB (Red+Green+Blue) = 235+104+94=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB685E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB685E is #1497A1. Grayscale: #8E8E8E. Windows color (decimal): -1349538 or 6187243. OLE color: 6187243.

HSL color Cylindrical-coordinate representation of color #EB685E: hue angle of 4.26º 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 #EB685E is Cyan = 0, Magento = 0.56, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 104 94 -
CMYK 0 0.56 0.6 0.08
HSL 4.26º 0.78% 0.65% -
HSV(B) 4.26º 0.6% 0.92% -
XYZ 41.23 28.37 13.89 -
YUV 142.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 235 104 94 0 0.56 0.6 0.08 4.26 0.78 0.65
Hex EB 68 5E 0 38 3C 8 4 4E 41
Octal 353 150 136 0 70 74 10 4 116 101
Binary 11101011 1101000 1011110 0 111000 111100 1000 100 1001110 1000001

Color Harmonies of #EB685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB685E

Black with #EB685E

Text Example


Text Example

White with #EB685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB685E; }

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

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

background-color css

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

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

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

border-color css

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

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

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