Html Css Color HEX #EF756B Geraldine

📋 copy color: '#EF756B'

red 239 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #EF756B

Tints of Geraldine #EF756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.11%

R = 51.62%
G = 25.27%
B = 23.11%

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

#EF756B (or 0xEF756B) is known color: Geraldine. HEX triplet: EF, 75 and 6B. RGB value is (239,117,107). Sum of RGB (Red+Green+Blue) = 239+117+107=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF756B is #108A94. Grayscale: #989898. Windows color (decimal): -1084053 or 7042543. OLE color: 7042543.

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

Color convert

RGB 239 117 107 -
CMYK 0 0.51 0.55 0.06
HSL 4.55º 0.8% 0.68% -
HSV(B) 4.55º 0.55% 0.94% -
XYZ 44.61 32.13 17.76 -
YUV 152.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 239 117 107 0 0.51 0.55 0.06 4.55 0.8 0.68
Hex EF 75 6B 0 33 37 6 5 50 44
Octal 357 165 153 0 63 67 6 5 120 104
Binary 11101111 1110101 1101011 0 110011 110111 110 101 1010000 1000100

Color Harmonies of #EF756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF756B

Black with #EF756B

Text Example


Text Example

White with #EF756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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