Html Css Color HEX #EA7B63 Terra Cotta

📋 copy color: '#EA7B63'

red 234 ◦ green 123 ◦ blue 99

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

Shades of Terra Cotta #EA7B63

Tints of Terra Cotta #EA7B63

RGB

 RED value IS 234 (91.8% from 255) = 51.32%

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

 BLUE value IS 99 (39.06% from 255) = 21.71%

R = 51.32%
G = 26.97%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA7B63 (or 0xEA7B63) is known color: Terra Cotta. HEX triplet: EA, 7B and 63. RGB value is (234,123,99). Sum of RGB (Red+Green+Blue) = 234+123+99=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B63 is #15849C. Grayscale: #999999. Windows color (decimal): -1410205 or 6519786. OLE color: 6519786.

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

Color convert

RGB 234 123 99 -
CMYK 0 0.47 0.58 0.08
HSL 10.67º 0.76% 0.65% -
HSV(B) 10.67º 0.58% 0.92% -
XYZ 43.27 32.56 15.81 -
YUV 153.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 234 123 99 0 0.47 0.58 0.08 10.67 0.76 0.65
Hex EA 7B 63 0 2F 3A 8 B 4C 41
Octal 352 173 143 0 57 72 10 13 114 101
Binary 11101010 1111011 1100011 0 101111 111010 1000 1011 1001100 1000001

Color Harmonies of #EA7B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B63

Black with #EA7B63

Text Example


Text Example

White with #EA7B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B63; }

 p { color: rgb(234,123,99); }

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

background-color css

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

 a { background-color: rgb(234,123,99); }

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

border-color css

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

 span { border-color: rgb(234,123,99); }

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