Html Css Color HEX #EF706A Geraldine

📋 copy color: '#EF706A'

red 239 ◦ green 112 ◦ blue 106

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

Shades of Geraldine #EF706A

Tints of Geraldine #EF706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.19%

R = 52.3%
G = 24.51%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF706A (or 0xEF706A) is known color: Geraldine. HEX triplet: EF, 70 and 6A. RGB value is (239,112,106). Sum of RGB (Red+Green+Blue) = 239+112+106=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF706A is #108F95. Grayscale: #959595. Windows color (decimal): -1085334 or 6975727. OLE color: 6975727.

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

Color convert

RGB 239 112 106 -
CMYK 0 0.53 0.56 0.06
HSL 2.71º 0.81% 0.68% -
HSV(B) 2.71º 0.56% 0.94% -
XYZ 43.99 30.98 17.3 -
YUV 149.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 239 112 106 0 0.53 0.56 0.06 2.71 0.81 0.68
Hex EF 70 6A 0 35 38 6 3 51 44
Octal 357 160 152 0 65 70 6 3 121 104
Binary 11101111 1110000 1101010 0 110101 111000 110 11 1010001 1000100

Color Harmonies of #EF706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF706A

Black with #EF706A

Text Example


Text Example

White with #EF706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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