Html Css Color HEX #EB695D Terra Cotta

📋 copy color: '#EB695D'

red 235 ◦ green 105 ◦ blue 93

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

Shades of Terra Cotta #EB695D

Tints of Terra Cotta #EB695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.25%

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 54.27%
G = 24.25%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB695D (or 0xEB695D) is known color: Terra Cotta. HEX triplet: EB, 69 and 5D. RGB value is (235,105,93). Sum of RGB (Red+Green+Blue) = 235+105+93=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB695D is #1496A2. Grayscale: #8E8E8E. Windows color (decimal): -1349283 or 6121963. OLE color: 6121963.

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

Color convert

RGB 235 105 93 -
CMYK 0 0.55 0.60 0.08
HSL 5.07º 0.78% 0.64% -
HSV(B) 5.07º 0.6% 0.92% -
XYZ 41.29 28.56 13.69 -
YUV 142.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 235 105 93 0 0.55 0.60 0.08 5.07 0.78 0.64
Hex EB 69 5D 0 37 3C 8 5 4E 40
Octal 353 151 135 0 67 74 10 5 116 100
Binary 11101011 1101001 1011101 0 110111 111100 1000 101 1001110 1000000

Color Harmonies of #EB695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB695D

Black with #EB695D

Text Example


Text Example

White with #EB695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB695D; }

 p { color: rgb(235,105,93); }

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

background-color css

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

 a { background-color: rgb(235,105,93); }

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

border-color css

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

 span { border-color: rgb(235,105,93); }

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