Html Css Color HEX #EF756C Geraldine

📋 copy color: '#EF756C'

red 239 ◦ green 117 ◦ blue 108

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

Shades of Geraldine #EF756C

Tints of Geraldine #EF756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 51.51%
G = 25.22%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF756C (or 0xEF756C) is known color: Geraldine. HEX triplet: EF, 75 and 6C. RGB value is (239,117,108). Sum of RGB (Red+Green+Blue) = 239+117+108=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF756C is #108A93. Grayscale: #989898. Windows color (decimal): -1084052 or 7108079. OLE color: 7108079.

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

Color convert

RGB 239 117 108 -
CMYK 0 0.51 0.55 0.06
HSL 4.12º 0.8% 0.68% -
HSV(B) 4.12º 0.55% 0.94% -
XYZ 44.66 32.16 18.04 -
YUV 152.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 239 117 108 0 0.51 0.55 0.06 4.12 0.8 0.68
Hex EF 75 6C 0 33 37 6 4 50 44
Octal 357 165 154 0 63 67 6 4 120 104
Binary 11101111 1110101 1101100 0 110011 110111 110 100 1010000 1000100

Color Harmonies of #EF756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF756C

Black with #EF756C

Text Example


Text Example

White with #EF756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF756C; }

 p { color: rgb(239,117,108); }

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

background-color css

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

 a { background-color: rgb(239,117,108); }

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

border-color css

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

 span { border-color: rgb(239,117,108); }

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