Html Css Color HEX #EF7D73 Geraldine

📋 copy color: '#EF7D73'

red 239 ◦ green 125 ◦ blue 115

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

Shades of Geraldine #EF7D73

Tints of Geraldine #EF7D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

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

R = 49.9%
G = 26.1%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF7D73 (or 0xEF7D73) is known color: Geraldine. HEX triplet: EF, 7D and 73. RGB value is (239,125,115). Sum of RGB (Red+Green+Blue) = 239+125+115=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D73 is #10828C. Grayscale: #9E9E9E. Windows color (decimal): -1081997 or 7568879. OLE color: 7568879.

HSL color Cylindrical-coordinate representation of color #EF7D73: hue angle of 4.84º 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 #EF7D73 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 125 115 -
CMYK 0 0.48 0.52 0.06
HSL 4.84º 0.79% 0.69% -
HSV(B) 4.84º 0.52% 0.94% -
XYZ 46.02 34.26 20.41 -
YUV 157.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 239 125 115 0 0.48 0.52 0.06 4.84 0.79 0.69
Hex EF 7D 73 0 30 34 6 5 4F 45
Octal 357 175 163 0 60 64 6 5 117 105
Binary 11101111 1111101 1110011 0 110000 110100 110 101 1001111 1000101

Color Harmonies of #EF7D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D73

Black with #EF7D73

Text Example


Text Example

White with #EF7D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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