Html Css Color HEX #EA7262 Terra Cotta

📋 copy color: '#EA7262'

red 234 ◦ green 114 ◦ blue 98

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

Shades of Terra Cotta #EA7262

Tints of Terra Cotta #EA7262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.97%

R = 52.47%
G = 25.56%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA7262 (or 0xEA7262) is known color: Terra Cotta. HEX triplet: EA, 72 and 62. RGB value is (234,114,98). Sum of RGB (Red+Green+Blue) = 234+114+98=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7262 is #158D9D. Grayscale: #949494. Windows color (decimal): -1412510 or 6451946. OLE color: 6451946.

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

Color convert

RGB 234 114 98 -
CMYK 0 0.51 0.58 0.08
HSL 7.06º 0.76% 0.65% -
HSV(B) 7.06º 0.58% 0.92% -
XYZ 42.15 30.41 15.2 -
YUV 148.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 234 114 98 0 0.51 0.58 0.08 7.06 0.76 0.65
Hex EA 72 62 0 33 3A 8 7 4C 41
Octal 352 162 142 0 63 72 10 7 114 101
Binary 11101010 1110010 1100010 0 110011 111010 1000 111 1001100 1000001

Color Harmonies of #EA7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7262

Black with #EA7262

Text Example


Text Example

White with #EA7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7262; }

 p { color: rgb(234,114,98); }

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

background-color css

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

 a { background-color: rgb(234,114,98); }

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

border-color css

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

 span { border-color: rgb(234,114,98); }

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