Html Css Color HEX #EF7C76 Geraldine

📋 copy color: '#EF7C76'

red 239 ◦ green 124 ◦ blue 118

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

Shades of Geraldine #EF7C76

Tints of Geraldine #EF7C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 49.69%
G = 25.78%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF7C76 (or 0xEF7C76) is known color: Geraldine. HEX triplet: EF, 7C and 76. RGB value is (239,124,118). Sum of RGB (Red+Green+Blue) = 239+124+118=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C76 is #108389. Grayscale: #9D9D9D. Windows color (decimal): -1082250 or 7765231. OLE color: 7765231.

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

Color convert

RGB 239 124 118 -
CMYK 0 0.48 0.51 0.06
HSL 2.98º 0.79% 0.7% -
HSV(B) 2.98º 0.51% 0.94% -
XYZ 46.07 34.07 21.29 -
YUV 157.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 239 124 118 0 0.48 0.51 0.06 2.98 0.79 0.7
Hex EF 7C 76 0 30 33 6 3 4F 46
Octal 357 174 166 0 60 63 6 3 117 106
Binary 11101111 1111100 1110110 0 110000 110011 110 11 1001111 1000110

Color Harmonies of #EF7C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7C76

Black with #EF7C76

Text Example


Text Example

White with #EF7C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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