Html Css Color HEX #EB725A Terra Cotta

📋 copy color: '#EB725A'

red 235 ◦ green 114 ◦ blue 90

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

Shades of Terra Cotta #EB725A

Tints of Terra Cotta #EB725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.97%

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

R = 53.53%
G = 25.97%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB725A (or 0xEB725A) is known color: Terra Cotta. HEX triplet: EB, 72 and 5A. RGB value is (235,114,90). Sum of RGB (Red+Green+Blue) = 235+114+90=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB725A is #148DA5. Grayscale: #939393. Windows color (decimal): -1346982 or 5927659. OLE color: 5927659.

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

Color convert

RGB 235 114 90 -
CMYK 0 0.51 0.62 0.08
HSL 9.93º 0.78% 0.64% -
HSV(B) 9.93º 0.62% 0.92% -
XYZ 42.12 30.43 13.33 -
YUV 147.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 235 114 90 0 0.51 0.62 0.08 9.93 0.78 0.64
Hex EB 72 5A 0 33 3E 8 A 4E 40
Octal 353 162 132 0 63 76 10 12 116 100
Binary 11101011 1110010 1011010 0 110011 111110 1000 1010 1001110 1000000

Color Harmonies of #EB725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB725A

Black with #EB725A

Text Example


Text Example

White with #EB725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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