Html Css Color HEX #EF7368 Geraldine

📋 copy color: '#EF7368'

red 239 ◦ green 115 ◦ blue 104

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

Shades of Geraldine #EF7368

Tints of Geraldine #EF7368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.11%

 BLUE value IS 104 (41.02% from 255) = 22.71%

R = 52.18%
G = 25.11%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF7368 (or 0xEF7368) is known color: Geraldine. HEX triplet: EF, 73 and 68. RGB value is (239,115,104). Sum of RGB (Red+Green+Blue) = 239+115+104=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7368 is #108C97. Grayscale: #969696. Windows color (decimal): -1084568 or 6845423. OLE color: 6845423.

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

Color convert

RGB 239 115 104 -
CMYK 0 0.52 0.56 0.06
HSL 4.89º 0.81% 0.67% -
HSV(B) 4.89º 0.56% 0.94% -
XYZ 44.23 31.61 16.87 -
YUV 150.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 239 115 104 0 0.52 0.56 0.06 4.89 0.81 0.67
Hex EF 73 68 0 34 38 6 5 51 43
Octal 357 163 150 0 64 70 6 5 121 103
Binary 11101111 1110011 1101000 0 110100 111000 110 101 1010001 1000011

Color Harmonies of #EF7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7368

Black with #EF7368

Text Example


Text Example

White with #EF7368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7368; }

 p { color: rgb(239,115,104); }

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

background-color css

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

 a { background-color: rgb(239,115,104); }

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

border-color css

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

 span { border-color: rgb(239,115,104); }

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