Html Css Color HEX #EF6958 Terra Cotta

📋 copy color: '#EF6958'

red 239 ◦ green 105 ◦ blue 88

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

Shades of Terra Cotta #EF6958

Tints of Terra Cotta #EF6958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.37%

R = 55.32%
G = 24.31%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF6958 (or 0xEF6958) is known color: Terra Cotta. HEX triplet: EF, 69 and 58. RGB value is (239,105,88). Sum of RGB (Red+Green+Blue) = 239+105+88=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6958 is #1096A7. Grayscale: #8F8F8F. Windows color (decimal): -1087144 or 5794287. OLE color: 5794287.

HSL color Cylindrical-coordinate representation of color #EF6958: hue angle of 6.75º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF6958 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 88 -
CMYK 0 0.56 0.63 0.06
HSL 6.75º 0.83% 0.64% -
HSV(B) 6.75º 0.63% 0.94% -
XYZ 42.41 29.16 12.63 -
YUV 143.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 239 105 88 0 0.56 0.63 0.06 6.75 0.83 0.64
Hex EF 69 58 0 38 3F 6 7 53 40
Octal 357 151 130 0 70 77 6 7 123 100
Binary 11101111 1101001 1011000 0 111000 111111 110 111 1010011 1000000

Color Harmonies of #EF6958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6958

Black with #EF6958

Text Example


Text Example

White with #EF6958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6958; }

 p { color: rgb(239,105,88); }

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

background-color css

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

 a { background-color: rgb(239,105,88); }

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

border-color css

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

 span { border-color: rgb(239,105,88); }

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