Html Css Color HEX #EB675D Terra Cotta

📋 copy color: '#EB675D'

red 235 ◦ green 103 ◦ blue 93

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

Shades of Terra Cotta #EB675D

Tints of Terra Cotta #EB675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.9%

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

R = 54.52%
G = 23.9%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB675D (or 0xEB675D) is known color: Terra Cotta. HEX triplet: EB, 67 and 5D. RGB value is (235,103,93). Sum of RGB (Red+Green+Blue) = 235+103+93=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB675D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB675D is #1498A2. Grayscale: #8D8D8D. Windows color (decimal): -1349795 or 6121451. OLE color: 6121451.

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

Color convert

RGB 235 103 93 -
CMYK 0 0.56 0.60 0.08
HSL 4.23º 0.78% 0.64% -
HSV(B) 4.23º 0.6% 0.92% -
XYZ 41.09 28.15 13.62 -
YUV 141.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 235 103 93 0 0.56 0.60 0.08 4.23 0.78 0.64
Hex EB 67 5D 0 38 3C 8 4 4E 40
Octal 353 147 135 0 70 74 10 4 116 100
Binary 11101011 1100111 1011101 0 111000 111100 1000 100 1001110 1000000

Color Harmonies of #EB675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB675D

Black with #EB675D

Text Example


Text Example

White with #EB675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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