Html Css Color HEX #EF8077 Geraldine

📋 copy color: '#EF8077'

red 239 ◦ green 128 ◦ blue 119

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

Shades of Geraldine #EF8077

Tints of Geraldine #EF8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 49.18%
G = 26.34%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF8077 (or 0xEF8077) is known color: Geraldine. HEX triplet: EF, 80 and 77. RGB value is (239,128,119). Sum of RGB (Red+Green+Blue) = 239+128+119=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8077 is #107F88. Grayscale: #A0A0A0. Windows color (decimal): -1081225 or 7831791. OLE color: 7831791.

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

Color convert

RGB 239 128 119 -
CMYK 0 0.46 0.50 0.06
HSL 4.5º 0.79% 0.7% -
HSV(B) 4.5º 0.5% 0.94% -
XYZ 46.65 35.12 21.77 -
YUV 160.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 239 128 119 0 0.46 0.50 0.06 4.5 0.79 0.7
Hex EF 80 77 0 2E 32 6 4 4F 46
Octal 357 200 167 0 56 62 6 4 117 106
Binary 11101111 10000000 1110111 0 101110 110010 110 100 1001111 1000110

Color Harmonies of #EF8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8077

Black with #EF8077

Text Example


Text Example

White with #EF8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8077; }

 p { color: rgb(239,128,119); }

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

background-color css

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

 a { background-color: rgb(239,128,119); }

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

border-color css

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

 span { border-color: rgb(239,128,119); }

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