Html Css Color HEX #EF7568 Geraldine

📋 copy color: '#EF7568'

red 239 ◦ green 117 ◦ blue 104

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

Shades of Geraldine #EF7568

Tints of Geraldine #EF7568

RGB

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

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

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

R = 51.96%
G = 25.43%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF7568 (or 0xEF7568) is known color: Geraldine. HEX triplet: EF, 75 and 68. RGB value is (239,117,104). Sum of RGB (Red+Green+Blue) = 239+117+104=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7568 is #108A97. Grayscale: #989898. Windows color (decimal): -1084056 or 6845935. OLE color: 6845935.

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

Color convert

RGB 239 117 104 -
CMYK 0 0.51 0.56 0.06
HSL 5.78º 0.81% 0.67% -
HSV(B) 5.78º 0.56% 0.94% -
XYZ 44.46 32.07 16.94 -
YUV 152 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 239 117 104 0 0.51 0.56 0.06 5.78 0.81 0.67
Hex EF 75 68 0 33 38 6 6 51 43
Octal 357 165 150 0 63 70 6 6 121 103
Binary 11101111 1110101 1101000 0 110011 111000 110 110 1010001 1000011

Color Harmonies of #EF7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7568

Black with #EF7568

Text Example


Text Example

White with #EF7568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7568; }

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

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

background-color css

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

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

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

border-color css

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

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

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