Html Css Color HEX #EA665D Terra Cotta

📋 copy color: '#EA665D'

red 234 ◦ green 102 ◦ blue 93

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

Shades of Terra Cotta #EA665D

Tints of Terra Cotta #EA665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.78%

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 54.55%
G = 23.78%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA665D (or 0xEA665D) is known color: Terra Cotta. HEX triplet: EA, 66 and 5D. RGB value is (234,102,93). Sum of RGB (Red+Green+Blue) = 234+102+93=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA665D is #1599A2. Grayscale: #8C8C8C. Windows color (decimal): -1415587 or 6121194. OLE color: 6121194.

HSL color Cylindrical-coordinate representation of color #EA665D: hue angle of 3.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA665D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 102 93 -
CMYK 0 0.56 0.60 0.08
HSL 3.83º 0.77% 0.64% -
HSV(B) 3.83º 0.6% 0.92% -
XYZ 40.66 27.79 13.58 -
YUV 140.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 234 102 93 0 0.56 0.60 0.08 3.83 0.77 0.64
Hex EA 66 5D 0 38 3C 8 4 4D 40
Octal 352 146 135 0 70 74 10 4 115 100
Binary 11101010 1100110 1011101 0 111000 111100 1000 100 1001101 1000000

Color Harmonies of #EA665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA665D

Black with #EA665D

Text Example


Text Example

White with #EA665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA665D; }

 p { color: rgb(234,102,93); }

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

background-color css

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

 a { background-color: rgb(234,102,93); }

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

border-color css

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

 span { border-color: rgb(234,102,93); }

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