Html Css Color HEX #EF7C6D Geraldine

📋 copy color: '#EF7C6D'

red 239 ◦ green 124 ◦ blue 109

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

Shades of Geraldine #EF7C6D

Tints of Geraldine #EF7C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.27%

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 50.64%
G = 26.27%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF7C6D (or 0xEF7C6D) is known color: Geraldine. HEX triplet: EF, 7C and 6D. RGB value is (239,124,109). Sum of RGB (Red+Green+Blue) = 239+124+109=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C6D is #108392. Grayscale: #9C9C9C. Windows color (decimal): -1082259 or 7175407. OLE color: 7175407.

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

Color convert

RGB 239 124 109 -
CMYK 0 0.48 0.54 0.06
HSL 6.92º 0.8% 0.68% -
HSV(B) 6.92º 0.54% 0.94% -
XYZ 45.56 33.87 18.6 -
YUV 156.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 239 124 109 0 0.48 0.54 0.06 6.92 0.8 0.68
Hex EF 7C 6D 0 30 36 6 7 50 44
Octal 357 174 155 0 60 66 6 7 120 104
Binary 11101111 1111100 1101101 0 110000 110110 110 111 1010000 1000100

Color Harmonies of #EF7C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7C6D

Black with #EF7C6D

Text Example


Text Example

White with #EF7C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7C6D; }

 p { color: rgb(239,124,109); }

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

background-color css

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

 a { background-color: rgb(239,124,109); }

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

border-color css

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

 span { border-color: rgb(239,124,109); }

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