Html Css Color HEX #EF746D Geraldine

📋 copy color: '#EF746D'

red 239 ◦ green 116 ◦ blue 109

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

Shades of Geraldine #EF746D

Tints of Geraldine #EF746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 51.51%
G = 25%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF746D (or 0xEF746D) is known color: Geraldine. HEX triplet: EF, 74 and 6D. RGB value is (239,116,109). Sum of RGB (Red+Green+Blue) = 239+116+109=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF746D is #108B92. Grayscale: #989898. Windows color (decimal): -1084307 or 7173359. OLE color: 7173359.

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

Color convert

RGB 239 116 109 -
CMYK 0 0.51 0.54 0.06
HSL 3.23º 0.8% 0.68% -
HSV(B) 3.23º 0.54% 0.94% -
XYZ 44.6 31.95 18.28 -
YUV 151.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 239 116 109 0 0.51 0.54 0.06 3.23 0.8 0.68
Hex EF 74 6D 0 33 36 6 3 50 44
Octal 357 164 155 0 63 66 6 3 120 104
Binary 11101111 1110100 1101101 0 110011 110110 110 11 1010000 1000100

Color Harmonies of #EF746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF746D

Black with #EF746D

Text Example


Text Example

White with #EF746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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