Html Css Color HEX #EF796B Geraldine

📋 copy color: '#EF796B'

red 239 ◦ green 121 ◦ blue 107

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

Shades of Geraldine #EF796B

Tints of Geraldine #EF796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

 BLUE value IS 107 (42.19% from 255) = 22.91%

R = 51.18%
G = 25.91%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF796B (or 0xEF796B) is known color: Geraldine. HEX triplet: EF, 79 and 6B. RGB value is (239,121,107). Sum of RGB (Red+Green+Blue) = 239+121+107=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF796B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF796B is #108694. Grayscale: #9A9A9A. Windows color (decimal): -1083029 or 7043567. OLE color: 7043567.

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

Color convert

RGB 239 121 107 -
CMYK 0 0.49 0.55 0.06
HSL 6.36º 0.8% 0.68% -
HSV(B) 6.36º 0.55% 0.94% -
XYZ 45.09 33.09 17.92 -
YUV 154.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 239 121 107 0 0.49 0.55 0.06 6.36 0.8 0.68
Hex EF 79 6B 0 31 37 6 6 50 44
Octal 357 171 153 0 61 67 6 6 120 104
Binary 11101111 1111001 1101011 0 110001 110111 110 110 1010000 1000100

Color Harmonies of #EF796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF796B

Black with #EF796B

Text Example


Text Example

White with #EF796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF796B; }

 p { color: rgb(239,121,107); }

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

background-color css

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

 a { background-color: rgb(239,121,107); }

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

border-color css

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

 span { border-color: rgb(239,121,107); }

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