Html Css Color HEX #EB685B Terra Cotta

📋 copy color: '#EB685B'

red 235 ◦ green 104 ◦ blue 91

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

Shades of Terra Cotta #EB685B

Tints of Terra Cotta #EB685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 54.65%
G = 24.19%
B = 21.16%

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

#EB685B (or 0xEB685B) is known color: Terra Cotta. HEX triplet: EB, 68 and 5B. RGB value is (235,104,91). Sum of RGB (Red+Green+Blue) = 235+104+91=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB685B is #1497A4. Grayscale: #8D8D8D. Windows color (decimal): -1349541 or 5990635. OLE color: 5990635.

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

Color convert

RGB 235 104 91 -
CMYK 0 0.56 0.61 0.08
HSL 5.42º 0.78% 0.64% -
HSV(B) 5.42º 0.61% 0.92% -
XYZ 41.1 28.32 13.2 -
YUV 141.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 235 104 91 0 0.56 0.61 0.08 5.42 0.78 0.64
Hex EB 68 5B 0 38 3D 8 5 4E 40
Octal 353 150 133 0 70 75 10 5 116 100
Binary 11101011 1101000 1011011 0 111000 111101 1000 101 1001110 1000000

Color Harmonies of #EB685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB685B

Black with #EB685B

Text Example


Text Example

White with #EB685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB685B; }

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

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

background-color css

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

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

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

border-color css

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

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

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