Html Css Color HEX #EF6F5A Terra Cotta

📋 copy color: '#EF6F5A'

red 239 ◦ green 111 ◦ blue 90

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

Shades of Terra Cotta #EF6F5A

Tints of Terra Cotta #EF6F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

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

R = 54.32%
G = 25.23%
B = 20.45%

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

#EF6F5A (or 0xEF6F5A) is known color: Terra Cotta. HEX triplet: EF, 6F and 5A. RGB value is (239,111,90). Sum of RGB (Red+Green+Blue) = 239+111+90=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F5A is #1090A5. Grayscale: #939393. Windows color (decimal): -1085606 or 5926895. OLE color: 5926895.

HSL color Cylindrical-coordinate representation of color #EF6F5A: hue angle of 8.46º 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 #EF6F5A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 111 90 -
CMYK 0 0.54 0.62 0.06
HSL 8.46º 0.82% 0.65% -
HSV(B) 8.46º 0.62% 0.94% -
XYZ 43.13 30.46 13.28 -
YUV 146.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 239 111 90 0 0.54 0.62 0.06 8.46 0.82 0.65
Hex EF 6F 5A 0 36 3E 6 8 52 41
Octal 357 157 132 0 66 76 6 10 122 101
Binary 11101111 1101111 1011010 0 110110 111110 110 1000 1010010 1000001

Color Harmonies of #EF6F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6F5A

Black with #EF6F5A

Text Example


Text Example

White with #EF6F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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