Html Css Color HEX #EE685A Terra Cotta

📋 copy color: '#EE685A'

red 238 ◦ green 104 ◦ blue 90

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

Shades of Terra Cotta #EE685A

Tints of Terra Cotta #EE685A

RGB

 RED value IS 238 (93.36% from 255) = 55.09%

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

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

R = 55.09%
G = 24.07%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE685A (or 0xEE685A) is known color: Terra Cotta. HEX triplet: EE, 68 and 5A. RGB value is (238,104,90). Sum of RGB (Red+Green+Blue) = 238+104+90=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE685A is #1197A5. Grayscale: #8E8E8E. Windows color (decimal): -1152934 or 5925102. OLE color: 5925102.

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

Color convert

RGB 238 104 90 -
CMYK 0 0.56 0.62 0.07
HSL 5.68º 0.81% 0.64% -
HSV(B) 5.68º 0.62% 0.93% -
XYZ 42.06 28.82 13.02 -
YUV 142.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 238 104 90 0 0.56 0.62 0.07 5.68 0.81 0.64
Hex EE 68 5A 0 38 3E 7 6 51 40
Octal 356 150 132 0 70 76 7 6 121 100
Binary 11101110 1101000 1011010 0 111000 111110 111 110 1010001 1000000

Color Harmonies of #EE685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE685A

Black with #EE685A

Text Example


Text Example

White with #EE685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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