Html Css Color HEX #EF726B Geraldine

📋 copy color: '#EF726B'

red 239 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #EF726B

Tints of Geraldine #EF726B

RGB

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

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

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

R = 51.96%
G = 24.78%
B = 23.26%

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

#EF726B (or 0xEF726B) is known color: Geraldine. HEX triplet: EF, 72 and 6B. RGB value is (239,114,107). Sum of RGB (Red+Green+Blue) = 239+114+107=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF726B is #108D94. Grayscale: #969696. Windows color (decimal): -1084821 or 7041775. OLE color: 7041775.

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

Color convert

RGB 239 114 107 -
CMYK 0 0.52 0.55 0.06
HSL 3.18º 0.8% 0.68% -
HSV(B) 3.18º 0.55% 0.94% -
XYZ 44.27 31.45 17.65 -
YUV 150.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 239 114 107 0 0.52 0.55 0.06 3.18 0.8 0.68
Hex EF 72 6B 0 34 37 6 3 50 44
Octal 357 162 153 0 64 67 6 3 120 104
Binary 11101111 1110010 1101011 0 110100 110111 110 11 1010000 1000100

Color Harmonies of #EF726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF726B

Black with #EF726B

Text Example


Text Example

White with #EF726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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