Html Css Color HEX #EF7F73 Geraldine

📋 copy color: '#EF7F73'

red 239 ◦ green 127 ◦ blue 115

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

Shades of Geraldine #EF7F73

Tints of Geraldine #EF7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 49.69%
G = 26.4%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF7F73 (or 0xEF7F73) is known color: Geraldine. HEX triplet: EF, 7F and 73. RGB value is (239,127,115). Sum of RGB (Red+Green+Blue) = 239+127+115=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F73 is #10808C. Grayscale: #9F9F9F. Windows color (decimal): -1081485 or 7569391. OLE color: 7569391.

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

Color convert

RGB 239 127 115 -
CMYK 0 0.47 0.52 0.06
HSL 5.81º 0.79% 0.69% -
HSV(B) 5.81º 0.52% 0.94% -
XYZ 46.28 34.77 20.49 -
YUV 159.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 239 127 115 0 0.47 0.52 0.06 5.81 0.79 0.69
Hex EF 7F 73 0 2F 34 6 6 4F 45
Octal 357 177 163 0 57 64 6 6 117 105
Binary 11101111 1111111 1110011 0 101111 110100 110 110 1001111 1000101

Color Harmonies of #EF7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F73

Black with #EF7F73

Text Example


Text Example

White with #EF7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F73; }

 p { color: rgb(239,127,115); }

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

background-color css

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

 a { background-color: rgb(239,127,115); }

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

border-color css

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

 span { border-color: rgb(239,127,115); }

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