Html Css Color HEX #EA695B Terra Cotta

📋 copy color: '#EA695B'

red 234 ◦ green 105 ◦ blue 91

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

Shades of Terra Cotta #EA695B

Tints of Terra Cotta #EA695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 54.42%
G = 24.42%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA695B (or 0xEA695B) is known color: Terra Cotta. HEX triplet: EA, 69 and 5B. RGB value is (234,105,91). Sum of RGB (Red+Green+Blue) = 234+105+91=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA695B is #1596A4. Grayscale: #8E8E8E. Windows color (decimal): -1414821 or 5990890. OLE color: 5990890.

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

Color convert

RGB 234 105 91 -
CMYK 0 0.55 0.61 0.08
HSL 5.87º 0.77% 0.64% -
HSV(B) 5.87º 0.61% 0.92% -
XYZ 40.87 28.35 13.22 -
YUV 141.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 234 105 91 0 0.55 0.61 0.08 5.87 0.77 0.64
Hex EA 69 5B 0 37 3D 8 6 4D 40
Octal 352 151 133 0 67 75 10 6 115 100
Binary 11101010 1101001 1011011 0 110111 111101 1000 110 1001101 1000000

Color Harmonies of #EA695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA695B

Black with #EA695B

Text Example


Text Example

White with #EA695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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