Html Css Color HEX #EB715A Terra Cotta

📋 copy color: '#EB715A'

red 235 ◦ green 113 ◦ blue 90

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

Shades of Terra Cotta #EB715A

Tints of Terra Cotta #EB715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.8%

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 53.65%
G = 25.8%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB715A (or 0xEB715A) is known color: Terra Cotta. HEX triplet: EB, 71 and 5A. RGB value is (235,113,90). Sum of RGB (Red+Green+Blue) = 235+113+90=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB715A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB715A is #148EA5. Grayscale: #939393. Windows color (decimal): -1347238 or 5927403. OLE color: 5927403.

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

Color convert

RGB 235 113 90 -
CMYK 0 0.52 0.62 0.08
HSL 9.52º 0.78% 0.64% -
HSV(B) 9.52º 0.62% 0.92% -
XYZ 42.01 30.21 13.29 -
YUV 146.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 235 113 90 0 0.52 0.62 0.08 9.52 0.78 0.64
Hex EB 71 5A 0 34 3E 8 A 4E 40
Octal 353 161 132 0 64 76 10 12 116 100
Binary 11101011 1110001 1011010 0 110100 111110 1000 1010 1001110 1000000

Color Harmonies of #EB715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB715A

Black with #EB715A

Text Example


Text Example

White with #EB715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB715A; }

 p { color: rgb(235,113,90); }

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

background-color css

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

 a { background-color: rgb(235,113,90); }

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

border-color css

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

 span { border-color: rgb(235,113,90); }

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