Html Css Color HEX #EA675E Terra Cotta

📋 copy color: '#EA675E'

red 234 ◦ green 103 ◦ blue 94

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

Shades of Terra Cotta #EA675E

Tints of Terra Cotta #EA675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.9%

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 54.29%
G = 23.9%
B = 21.81%

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

#EA675E (or 0xEA675E) is known color: Terra Cotta. HEX triplet: EA, 67 and 5E. RGB value is (234,103,94). Sum of RGB (Red+Green+Blue) = 234+103+94=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA675E is #1598A1. Grayscale: #8D8D8D. Windows color (decimal): -1415330 or 6186986. OLE color: 6186986.

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

Color convert

RGB 234 103 94 -
CMYK 0 0.56 0.60 0.08
HSL 3.86º 0.77% 0.64% -
HSV(B) 3.86º 0.6% 0.92% -
XYZ 40.8 28 13.84 -
YUV 141.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 234 103 94 0 0.56 0.60 0.08 3.86 0.77 0.64
Hex EA 67 5E 0 38 3C 8 4 4D 40
Octal 352 147 136 0 70 74 10 4 115 100
Binary 11101010 1100111 1011110 0 111000 111100 1000 100 1001101 1000000

Color Harmonies of #EA675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA675E

Black with #EA675E

Text Example


Text Example

White with #EA675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA675E; }

 p { color: rgb(234,103,94); }

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

background-color css

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

 a { background-color: rgb(234,103,94); }

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

border-color css

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

 span { border-color: rgb(234,103,94); }

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