Html Css Color HEX #EB685A Terra Cotta

📋 copy color: '#EB685A'

red 235 ◦ green 104 ◦ blue 90

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

Shades of Terra Cotta #EB685A

Tints of Terra Cotta #EB685A

RGB

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

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

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

R = 54.78%
G = 24.24%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB685A (or 0xEB685A) is known color: Terra Cotta. HEX triplet: EB, 68 and 5A. RGB value is (235,104,90). Sum of RGB (Red+Green+Blue) = 235+104+90=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB685A is #1497A5. Grayscale: #8D8D8D. Windows color (decimal): -1349542 or 5925099. OLE color: 5925099.

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

Color convert

RGB 235 104 90 -
CMYK 0 0.56 0.62 0.08
HSL 5.79º 0.78% 0.64% -
HSV(B) 5.79º 0.62% 0.92% -
XYZ 41.06 28.3 12.97 -
YUV 141.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 235 104 90 0 0.56 0.62 0.08 5.79 0.78 0.64
Hex EB 68 5A 0 38 3E 8 6 4E 40
Octal 353 150 132 0 70 76 10 6 116 100
Binary 11101011 1101000 1011010 0 111000 111110 1000 110 1001110 1000000

Color Harmonies of #EB685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB685A

Black with #EB685A

Text Example


Text Example

White with #EB685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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