Html Css Color HEX #EF726C Geraldine

📋 copy color: '#EF726C'

red 239 ◦ green 114 ◦ blue 108

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

Shades of Geraldine #EF726C

Tints of Geraldine #EF726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

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

R = 51.84%
G = 24.73%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF726C (or 0xEF726C) is known color: Geraldine. HEX triplet: EF, 72 and 6C. RGB value is (239,114,108). Sum of RGB (Red+Green+Blue) = 239+114+108=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF726C is #108D93. Grayscale: #969696. Windows color (decimal): -1084820 or 7107311. OLE color: 7107311.

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

Color convert

RGB 239 114 108 -
CMYK 0 0.52 0.55 0.06
HSL 2.75º 0.8% 0.68% -
HSV(B) 2.75º 0.55% 0.94% -
XYZ 44.32 31.47 17.93 -
YUV 150.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 239 114 108 0 0.52 0.55 0.06 2.75 0.8 0.68
Hex EF 72 6C 0 34 37 6 3 50 44
Octal 357 162 154 0 64 67 6 3 120 104
Binary 11101111 1110010 1101100 0 110100 110111 110 11 1010000 1000100

Color Harmonies of #EF726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF726C

Black with #EF726C

Text Example


Text Example

White with #EF726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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