Html Css Color HEX #EF6E5A Terra Cotta

📋 copy color: '#EF6E5A'

red 239 ◦ green 110 ◦ blue 90

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

Shades of Terra Cotta #EF6E5A

Tints of Terra Cotta #EF6E5A

RGB

 RED value IS 239 (93.75% from 255) = 54.44%

 GREEN value IS 110 (43.36% from 255) = 25.06%

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

R = 54.44%
G = 25.06%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF6E5A (or 0xEF6E5A) is known color: Terra Cotta. HEX triplet: EF, 6E and 5A. RGB value is (239,110,90). Sum of RGB (Red+Green+Blue) = 239+110+90=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6E5A is #1091A5. Grayscale: #929292. Windows color (decimal): -1085862 or 5926639. OLE color: 5926639.

HSL color Cylindrical-coordinate representation of color #EF6E5A: hue angle of 8.05º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF6E5A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 110 90 -
CMYK 0 0.54 0.62 0.06
HSL 8.05º 0.82% 0.65% -
HSV(B) 8.05º 0.62% 0.94% -
XYZ 43.02 30.24 13.24 -
YUV 146.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 239 110 90 0 0.54 0.62 0.06 8.05 0.82 0.65
Hex EF 6E 5A 0 36 3E 6 8 52 41
Octal 357 156 132 0 66 76 6 10 122 101
Binary 11101111 1101110 1011010 0 110110 111110 110 1000 1010010 1000001

Color Harmonies of #EF6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6E5A

Black with #EF6E5A

Text Example


Text Example

White with #EF6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6E5A; }

 p { color: rgb(239,110,90); }

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

background-color css

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

 a { background-color: rgb(239,110,90); }

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

border-color css

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

 span { border-color: rgb(239,110,90); }

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