Html Css Color HEX #EB745B Terra Cotta

📋 copy color: '#EB745B'

red 235 ◦ green 116 ◦ blue 91

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

Shades of Terra Cotta #EB745B

Tints of Terra Cotta #EB745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 53.17%
G = 26.24%
B = 20.59%

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

#EB745B (or 0xEB745B) is known color: Terra Cotta. HEX triplet: EB, 74 and 5B. RGB value is (235,116,91). Sum of RGB (Red+Green+Blue) = 235+116+91=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB745B is #148BA4. Grayscale: #949494. Windows color (decimal): -1346469 or 5993707. OLE color: 5993707.

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

Color convert

RGB 235 116 91 -
CMYK 0 0.51 0.61 0.08
HSL 10.42º 0.78% 0.64% -
HSV(B) 10.42º 0.61% 0.92% -
XYZ 42.39 30.91 13.63 -
YUV 148.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 235 116 91 0 0.51 0.61 0.08 10.42 0.78 0.64
Hex EB 74 5B 0 33 3D 8 A 4E 40
Octal 353 164 133 0 63 75 10 12 116 100
Binary 11101011 1110100 1011011 0 110011 111101 1000 1010 1001110 1000000

Color Harmonies of #EB745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB745B

Black with #EB745B

Text Example


Text Example

White with #EB745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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