Html Css Color HEX #EF8175 Geraldine

📋 copy color: '#EF8175'

red 239 ◦ green 129 ◦ blue 117

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

Shades of Geraldine #EF8175

Tints of Geraldine #EF8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.6%

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 49.28%
G = 26.6%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF8175 (or 0xEF8175) is known color: Geraldine. HEX triplet: EF, 81 and 75. RGB value is (239,129,117). Sum of RGB (Red+Green+Blue) = 239+129+117=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8175 is #107E8A. Grayscale: #A0A0A0. Windows color (decimal): -1080971 or 7700975. OLE color: 7700975.

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

Color convert

RGB 239 129 117 -
CMYK 0 0.46 0.51 0.06
HSL 5.9º 0.79% 0.7% -
HSV(B) 5.9º 0.51% 0.94% -
XYZ 46.66 35.34 21.19 -
YUV 160.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 239 129 117 0 0.46 0.51 0.06 5.9 0.79 0.7
Hex EF 81 75 0 2E 33 6 6 4F 46
Octal 357 201 165 0 56 63 6 6 117 106
Binary 11101111 10000001 1110101 0 101110 110011 110 110 1001111 1000110

Color Harmonies of #EF8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8175

Black with #EF8175

Text Example


Text Example

White with #EF8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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