Html Css Color HEX #EF7672 Geraldine

📋 copy color: '#EF7672'

red 239 ◦ green 118 ◦ blue 114

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

Shades of Geraldine #EF7672

Tints of Geraldine #EF7672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.05%

 BLUE value IS 114 (44.92% from 255) = 24.2%

R = 50.74%
G = 25.05%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF7672 (or 0xEF7672) is known color: Geraldine. HEX triplet: EF, 76 and 72. RGB value is (239,118,114). Sum of RGB (Red+Green+Blue) = 239+118+114=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7672 is #10898D. Grayscale: #999999. Windows color (decimal): -1083790 or 7501551. OLE color: 7501551.

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

Color convert

RGB 239 118 114 -
CMYK 0 0.51 0.52 0.06
HSL 1.92º 0.8% 0.69% -
HSV(B) 1.92º 0.52% 0.94% -
XYZ 45.11 32.52 19.82 -
YUV 153.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 239 118 114 0 0.51 0.52 0.06 1.92 0.8 0.69
Hex EF 76 72 0 33 34 6 2 50 45
Octal 357 166 162 0 63 64 6 2 120 105
Binary 11101111 1110110 1110010 0 110011 110100 110 10 1010000 1000101

Color Harmonies of #EF7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7672

Black with #EF7672

Text Example


Text Example

White with #EF7672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7672; }

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

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

background-color css

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

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

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

border-color css

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

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

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