Html Css Color HEX #EF706D Geraldine

📋 copy color: '#EF706D'

red 239 ◦ green 112 ◦ blue 109

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

Shades of Geraldine #EF706D

Tints of Geraldine #EF706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 51.96%
G = 24.35%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF706D (or 0xEF706D) is known color: Geraldine. HEX triplet: EF, 70 and 6D. RGB value is (239,112,109). Sum of RGB (Red+Green+Blue) = 239+112+109=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF706D is #108F92. Grayscale: #959595. Windows color (decimal): -1085331 or 7172335. OLE color: 7172335.

HSL color Cylindrical-coordinate representation of color #EF706D: hue angle of 1.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF706D is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 109 -
CMYK 0 0.53 0.54 0.06
HSL 1.38º 0.8% 0.68% -
HSV(B) 1.38º 0.54% 0.94% -
XYZ 44.15 31.04 18.13 -
YUV 149.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 239 112 109 0 0.53 0.54 0.06 1.38 0.8 0.68
Hex EF 70 6D 0 35 36 6 1 50 44
Octal 357 160 155 0 65 66 6 1 120 104
Binary 11101111 1110000 1101101 0 110101 110110 110 1 1010000 1000100

Color Harmonies of #EF706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF706D

Black with #EF706D

Text Example


Text Example

White with #EF706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF706D; }

 p { color: rgb(239,112,109); }

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

background-color css

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

 a { background-color: rgb(239,112,109); }

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

border-color css

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

 span { border-color: rgb(239,112,109); }

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