Html Css Color HEX #EB685C Terra Cotta

📋 copy color: '#EB685C'

red 235 ◦ green 104 ◦ blue 92

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

Shades of Terra Cotta #EB685C

Tints of Terra Cotta #EB685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 54.52%
G = 24.13%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB685C (or 0xEB685C) is known color: Terra Cotta. HEX triplet: EB, 68 and 5C. RGB value is (235,104,92). Sum of RGB (Red+Green+Blue) = 235+104+92=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB685C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB685C is #1497A3. Grayscale: #8D8D8D. Windows color (decimal): -1349540 or 6056171. OLE color: 6056171.

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

Color convert

RGB 235 104 92 -
CMYK 0 0.56 0.61 0.08
HSL 5.03º 0.78% 0.64% -
HSV(B) 5.03º 0.61% 0.92% -
XYZ 41.14 28.34 13.43 -
YUV 141.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 235 104 92 0 0.56 0.61 0.08 5.03 0.78 0.64
Hex EB 68 5C 0 38 3D 8 5 4E 40
Octal 353 150 134 0 70 75 10 5 116 100
Binary 11101011 1101000 1011100 0 111000 111101 1000 101 1001110 1000000

Color Harmonies of #EB685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB685C

Black with #EB685C

Text Example


Text Example

White with #EB685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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