Html Css Color HEX #EF746A Geraldine

📋 copy color: '#EF746A'

red 239 ◦ green 116 ◦ blue 106

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

Shades of Geraldine #EF746A

Tints of Geraldine #EF746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 51.84%
G = 25.16%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF746A (or 0xEF746A) is known color: Geraldine. HEX triplet: EF, 74 and 6A. RGB value is (239,116,106). Sum of RGB (Red+Green+Blue) = 239+116+106=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF746A is #108B95. Grayscale: #979797. Windows color (decimal): -1084310 or 6976751. OLE color: 6976751.

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

Color convert

RGB 239 116 106 -
CMYK 0 0.51 0.56 0.06
HSL 4.51º 0.81% 0.68% -
HSV(B) 4.51º 0.56% 0.94% -
XYZ 44.44 31.88 17.45 -
YUV 151.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 239 116 106 0 0.51 0.56 0.06 4.51 0.81 0.68
Hex EF 74 6A 0 33 38 6 5 51 44
Octal 357 164 152 0 63 70 6 5 121 104
Binary 11101111 1110100 1101010 0 110011 111000 110 101 1010001 1000100

Color Harmonies of #EF746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF746A

Black with #EF746A

Text Example


Text Example

White with #EF746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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