Html Css Color HEX #EF7A6B Geraldine

📋 copy color: '#EF7A6B'

red 239 ◦ green 122 ◦ blue 107

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

Shades of Geraldine #EF7A6B

Tints of Geraldine #EF7A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 51.07%
G = 26.07%
B = 22.86%

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

#EF7A6B (or 0xEF7A6B) is known color: Geraldine. HEX triplet: EF, 7A and 6B. RGB value is (239,122,107). Sum of RGB (Red+Green+Blue) = 239+122+107=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A6B is #108594. Grayscale: #9B9B9B. Windows color (decimal): -1082773 or 7043823. OLE color: 7043823.

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

Color convert

RGB 239 122 107 -
CMYK 0 0.49 0.55 0.06
HSL 6.82º 0.8% 0.68% -
HSV(B) 6.82º 0.55% 0.94% -
XYZ 45.21 33.33 17.96 -
YUV 155.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 239 122 107 0 0.49 0.55 0.06 6.82 0.8 0.68
Hex EF 7A 6B 0 31 37 6 7 50 44
Octal 357 172 153 0 61 67 6 7 120 104
Binary 11101111 1111010 1101011 0 110001 110111 110 111 1010000 1000100

Color Harmonies of #EF7A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A6B

Black with #EF7A6B

Text Example


Text Example

White with #EF7A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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