Html Css Color HEX #EA685A Terra Cotta

📋 copy color: '#EA685A'

red 234 ◦ green 104 ◦ blue 90

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

Shades of Terra Cotta #EA685A

Tints of Terra Cotta #EA685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.3%

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 54.67%
G = 24.3%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA685A (or 0xEA685A) is known color: Terra Cotta. HEX triplet: EA, 68 and 5A. RGB value is (234,104,90). Sum of RGB (Red+Green+Blue) = 234+104+90=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA685A is #1597A5. Grayscale: #8D8D8D. Windows color (decimal): -1415078 or 5925098. OLE color: 5925098.

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

Color convert

RGB 234 104 90 -
CMYK 0 0.56 0.62 0.08
HSL 5.83º 0.77% 0.64% -
HSV(B) 5.83º 0.62% 0.92% -
XYZ 40.73 28.13 12.96 -
YUV 141.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 234 104 90 0 0.56 0.62 0.08 5.83 0.77 0.64
Hex EA 68 5A 0 38 3E 8 6 4D 40
Octal 352 150 132 0 70 76 10 6 115 100
Binary 11101010 1101000 1011010 0 111000 111110 1000 110 1001101 1000000

Color Harmonies of #EA685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA685A

Black with #EA685A

Text Example


Text Example

White with #EA685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA685A; }

 p { color: rgb(234,104,90); }

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

background-color css

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

 a { background-color: rgb(234,104,90); }

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

border-color css

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

 span { border-color: rgb(234,104,90); }

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