Html Css Color HEX #EB725B Terra Cotta

📋 copy color: '#EB725B'

red 235 ◦ green 114 ◦ blue 91

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

Shades of Terra Cotta #EB725B

Tints of Terra Cotta #EB725B

RGB

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

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

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

R = 53.41%
G = 25.91%
B = 20.68%

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

#EB725B (or 0xEB725B) is known color: Terra Cotta. HEX triplet: EB, 72 and 5B. RGB value is (235,114,91). Sum of RGB (Red+Green+Blue) = 235+114+91=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB725B is #148DA4. Grayscale: #939393. Windows color (decimal): -1346981 or 5993195. OLE color: 5993195.

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

Color convert

RGB 235 114 91 -
CMYK 0 0.51 0.61 0.08
HSL 9.58º 0.78% 0.64% -
HSV(B) 9.58º 0.61% 0.92% -
XYZ 42.17 30.45 13.55 -
YUV 147.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 235 114 91 0 0.51 0.61 0.08 9.58 0.78 0.64
Hex EB 72 5B 0 33 3D 8 A 4E 40
Octal 353 162 133 0 63 75 10 12 116 100
Binary 11101011 1110010 1011011 0 110011 111101 1000 1010 1001110 1000000

Color Harmonies of #EB725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB725B

Black with #EB725B

Text Example


Text Example

White with #EB725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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