Html Css Color HEX #EB725E Terra Cotta

📋 copy color: '#EB725E'

red 235 ◦ green 114 ◦ blue 94

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

Shades of Terra Cotta #EB725E

Tints of Terra Cotta #EB725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.22%

R = 53.05%
G = 25.73%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB725E (or 0xEB725E) is known color: Terra Cotta. HEX triplet: EB, 72 and 5E. RGB value is (235,114,94). Sum of RGB (Red+Green+Blue) = 235+114+94=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB725E is #148DA1. Grayscale: #949494. Windows color (decimal): -1346978 or 6189803. OLE color: 6189803.

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

Color convert

RGB 235 114 94 -
CMYK 0 0.51 0.6 0.08
HSL 8.51º 0.78% 0.65% -
HSV(B) 8.51º 0.6% 0.92% -
XYZ 42.3 30.5 14.25 -
YUV 147.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 235 114 94 0 0.51 0.6 0.08 8.51 0.78 0.65
Hex EB 72 5E 0 33 3C 8 9 4E 41
Octal 353 162 136 0 63 74 10 11 116 101
Binary 11101011 1110010 1011110 0 110011 111100 1000 1001 1001110 1000001

Color Harmonies of #EB725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB725E

Black with #EB725E

Text Example


Text Example

White with #EB725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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