Html Css Color HEX #EF8073 Geraldine

📋 copy color: '#EF8073'

red 239 ◦ green 128 ◦ blue 115

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

Shades of Geraldine #EF8073

Tints of Geraldine #EF8073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 49.59%
G = 26.56%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF8073 (or 0xEF8073) is known color: Geraldine. HEX triplet: EF, 80 and 73. RGB value is (239,128,115). Sum of RGB (Red+Green+Blue) = 239+128+115=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8073 is #107F8C. Grayscale: #9F9F9F. Windows color (decimal): -1081229 or 7569647. OLE color: 7569647.

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

Color convert

RGB 239 128 115 -
CMYK 0 0.46 0.52 0.06
HSL 6.29º 0.79% 0.69% -
HSV(B) 6.29º 0.52% 0.94% -
XYZ 46.41 35.03 20.53 -
YUV 159.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 239 128 115 0 0.46 0.52 0.06 6.29 0.79 0.69
Hex EF 80 73 0 2E 34 6 6 4F 45
Octal 357 200 163 0 56 64 6 6 117 105
Binary 11101111 10000000 1110011 0 101110 110100 110 110 1001111 1000101

Color Harmonies of #EF8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8073

Black with #EF8073

Text Example


Text Example

White with #EF8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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