Html Css Color HEX #EB735C Terra Cotta

📋 copy color: '#EB735C'

red 235 ◦ green 115 ◦ blue 92

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

Shades of Terra Cotta #EB735C

Tints of Terra Cotta #EB735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

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

R = 53.17%
G = 26.02%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB735C (or 0xEB735C) is known color: Terra Cotta. HEX triplet: EB, 73 and 5C. RGB value is (235,115,92). Sum of RGB (Red+Green+Blue) = 235+115+92=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB735C is #148CA3. Grayscale: #949494. Windows color (decimal): -1346724 or 6058987. OLE color: 6058987.

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

Color convert

RGB 235 115 92 -
CMYK 0 0.51 0.61 0.08
HSL 9.65º 0.78% 0.64% -
HSV(B) 9.65º 0.61% 0.92% -
XYZ 42.32 30.7 13.82 -
YUV 148.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 235 115 92 0 0.51 0.61 0.08 9.65 0.78 0.64
Hex EB 73 5C 0 33 3D 8 A 4E 40
Octal 353 163 134 0 63 75 10 12 116 100
Binary 11101011 1110011 1011100 0 110011 111101 1000 1010 1001110 1000000

Color Harmonies of #EB735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB735C

Black with #EB735C

Text Example


Text Example

White with #EB735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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