Html Css Color HEX #EF7462 Terra Cotta

📋 copy color: '#EF7462'

red 239 ◦ green 116 ◦ blue 98

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

Shades of Terra Cotta #EF7462

Tints of Terra Cotta #EF7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.61%

 BLUE value IS 98 (38.67% from 255) = 21.63%

R = 52.76%
G = 25.61%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF7462 (or 0xEF7462) is known color: Terra Cotta. HEX triplet: EF, 74 and 62. RGB value is (239,116,98). Sum of RGB (Red+Green+Blue) = 239+116+98=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7462 is #108B9D. Grayscale: #969696. Windows color (decimal): -1084318 or 6452463. OLE color: 6452463.

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

Color convert

RGB 239 116 98 -
CMYK 0 0.51 0.59 0.06
HSL 7.66º 0.82% 0.66% -
HSV(B) 7.66º 0.59% 0.94% -
XYZ 44.05 31.72 15.36 -
YUV 150.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 239 116 98 0 0.51 0.59 0.06 7.66 0.82 0.66
Hex EF 74 62 0 33 3B 6 8 52 42
Octal 357 164 142 0 63 73 6 10 122 102
Binary 11101111 1110100 1100010 0 110011 111011 110 1000 1010010 1000010

Color Harmonies of #EF7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7462

Black with #EF7462

Text Example


Text Example

White with #EF7462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7462; }

 p { color: rgb(239,116,98); }

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

background-color css

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

 a { background-color: rgb(239,116,98); }

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

border-color css

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

 span { border-color: rgb(239,116,98); }

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