Html Css Color HEX #EF7665 Terra Cotta

📋 copy color: '#EF7665'

red 239 ◦ green 118 ◦ blue 101

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

Shades of Terra Cotta #EF7665

Tints of Terra Cotta #EF7665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 101 (39.84% from 255) = 22.05%

R = 52.18%
G = 25.76%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF7665 (or 0xEF7665) is known color: Terra Cotta. HEX triplet: EF, 76 and 65. RGB value is (239,118,101). Sum of RGB (Red+Green+Blue) = 239+118+101=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7665 is #10899A. Grayscale: #989898. Windows color (decimal): -1083803 or 6649583. OLE color: 6649583.

HSL color Cylindrical-coordinate representation of color #EF7665: hue angle of 7.39º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF7665 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 118 101 -
CMYK 0 0.51 0.58 0.06
HSL 7.39º 0.81% 0.67% -
HSV(B) 7.39º 0.58% 0.94% -
XYZ 44.42 32.25 16.19 -
YUV 152.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 239 118 101 0 0.51 0.58 0.06 7.39 0.81 0.67
Hex EF 76 65 0 33 3A 6 7 51 43
Octal 357 166 145 0 63 72 6 7 121 103
Binary 11101111 1110110 1100101 0 110011 111010 110 111 1010001 1000011

Color Harmonies of #EF7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7665

Black with #EF7665

Text Example


Text Example

White with #EF7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7665; }

 p { color: rgb(239,118,101); }

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

background-color css

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

 a { background-color: rgb(239,118,101); }

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

border-color css

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

 span { border-color: rgb(239,118,101); }

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