Html Css Color HEX #EF7A6E Geraldine

📋 copy color: '#EF7A6E'

red 239 ◦ green 122 ◦ blue 110

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

Shades of Geraldine #EF7A6E

Tints of Geraldine #EF7A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 50.74%
G = 25.9%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF7A6E (or 0xEF7A6E) is known color: Geraldine. HEX triplet: EF, 7A and 6E. RGB value is (239,122,110). Sum of RGB (Red+Green+Blue) = 239+122+110=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A6E is #108591. Grayscale: #9B9B9B. Windows color (decimal): -1082770 or 7240431. OLE color: 7240431.

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

Color convert

RGB 239 122 110 -
CMYK 0 0.49 0.54 0.06
HSL 5.58º 0.8% 0.68% -
HSV(B) 5.58º 0.54% 0.94% -
XYZ 45.37 33.4 18.81 -
YUV 155.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 239 122 110 0 0.49 0.54 0.06 5.58 0.8 0.68
Hex EF 7A 6E 0 31 36 6 6 50 44
Octal 357 172 156 0 61 66 6 6 120 104
Binary 11101111 1111010 1101110 0 110001 110110 110 110 1010000 1000100

Color Harmonies of #EF7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A6E

Black with #EF7A6E

Text Example


Text Example

White with #EF7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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