Html Css Color HEX #EA6962 Terra Cotta

📋 copy color: '#EA6962'

red 234 ◦ green 105 ◦ blue 98

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

Shades of Terra Cotta #EA6962

Tints of Terra Cotta #EA6962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.03%

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

R = 53.55%
G = 24.03%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA6962 (or 0xEA6962) is known color: Terra Cotta. HEX triplet: EA, 69 and 62. RGB value is (234,105,98). Sum of RGB (Red+Green+Blue) = 234+105+98=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6962 is #15969D. Grayscale: #8E8E8E. Windows color (decimal): -1414814 or 6449642. OLE color: 6449642.

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

Color convert

RGB 234 105 98 -
CMYK 0 0.55 0.58 0.08
HSL 3.09º 0.76% 0.65% -
HSV(B) 3.09º 0.58% 0.92% -
XYZ 41.19 28.48 14.88 -
YUV 142.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 234 105 98 0 0.55 0.58 0.08 3.09 0.76 0.65
Hex EA 69 62 0 37 3A 8 3 4C 41
Octal 352 151 142 0 67 72 10 3 114 101
Binary 11101010 1101001 1100010 0 110111 111010 1000 11 1001100 1000001

Color Harmonies of #EA6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6962

Black with #EA6962

Text Example


Text Example

White with #EA6962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6962; }

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

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

background-color css

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

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

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

border-color css

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

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

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