Html Css Color HEX #EB7B5E Terra Cotta

📋 copy color: '#EB7B5E'

red 235 ◦ green 123 ◦ blue 94

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

Shades of Terra Cotta #EB7B5E

Tints of Terra Cotta #EB7B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.21%

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

R = 51.99%
G = 27.21%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB7B5E (or 0xEB7B5E) is known color: Terra Cotta. HEX triplet: EB, 7B and 5E. RGB value is (235,123,94). Sum of RGB (Red+Green+Blue) = 235+123+94=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B5E is #1484A1. Grayscale: #999999. Windows color (decimal): -1344674 or 6192107. OLE color: 6192107.

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

Color convert

RGB 235 123 94 -
CMYK 0 0.48 0.6 0.08
HSL 12.34º 0.78% 0.65% -
HSV(B) 12.34º 0.6% 0.92% -
XYZ 43.36 32.64 14.6 -
YUV 153.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 235 123 94 0 0.48 0.6 0.08 12.34 0.78 0.65
Hex EB 7B 5E 0 30 3C 8 C 4E 41
Octal 353 173 136 0 60 74 10 14 116 101
Binary 11101011 1111011 1011110 0 110000 111100 1000 1100 1001110 1000001

Color Harmonies of #EB7B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B5E

Black with #EB7B5E

Text Example


Text Example

White with #EB7B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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