Html Css Color HEX #EF6C5A Terra Cotta

📋 copy color: '#EF6C5A'

red 239 ◦ green 108 ◦ blue 90

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

Shades of Terra Cotta #EF6C5A

Tints of Terra Cotta #EF6C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

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

R = 54.69%
G = 24.71%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF6C5A (or 0xEF6C5A) is known color: Terra Cotta. HEX triplet: EF, 6C and 5A. RGB value is (239,108,90). Sum of RGB (Red+Green+Blue) = 239+108+90=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6C5A is #1093A5. Grayscale: #919191. Windows color (decimal): -1086374 or 5926127. OLE color: 5926127.

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

Color convert

RGB 239 108 90 -
CMYK 0 0.55 0.62 0.06
HSL 7.25º 0.82% 0.65% -
HSV(B) 7.25º 0.62% 0.94% -
XYZ 42.8 29.81 13.17 -
YUV 145.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 239 108 90 0 0.55 0.62 0.06 7.25 0.82 0.65
Hex EF 6C 5A 0 37 3E 6 7 52 41
Octal 357 154 132 0 67 76 6 7 122 101
Binary 11101111 1101100 1011010 0 110111 111110 110 111 1010010 1000001

Color Harmonies of #EF6C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6C5A

Black with #EF6C5A

Text Example


Text Example

White with #EF6C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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