Html Css Color HEX #EB8168 Geraldine

📋 copy color: '#EB8168'

red 235 ◦ green 129 ◦ blue 104

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

Shades of Geraldine #EB8168

Tints of Geraldine #EB8168

RGB

 RED value IS 235 (92.19% from 255) = 50.21%

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

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

R = 50.21%
G = 27.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB8168 (or 0xEB8168) is known color: Geraldine. HEX triplet: EB, 81 and 68. RGB value is (235,129,104). Sum of RGB (Red+Green+Blue) = 235+129+104=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8168 is #147E97. Grayscale: #9E9E9E. Windows color (decimal): -1343128 or 6849003. OLE color: 6849003.

HSL color Cylindrical-coordinate representation of color #EB8168: hue angle of 11.45º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB8168 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 129 104 -
CMYK 0 0.45 0.56 0.08
HSL 11.45º 0.77% 0.66% -
HSV(B) 11.45º 0.56% 0.92% -
XYZ 44.61 34.36 17.38 -
YUV 157.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 235 129 104 0 0.45 0.56 0.08 11.45 0.77 0.66
Hex EB 81 68 0 2D 38 8 B 4D 42
Octal 353 201 150 0 55 70 10 13 115 102
Binary 11101011 10000001 1101000 0 101101 111000 1000 1011 1001101 1000010

Color Harmonies of #EB8168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8168

Black with #EB8168

Text Example


Text Example

White with #EB8168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8168; }

 p { color: rgb(235,129,104); }

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

background-color css

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

 a { background-color: rgb(235,129,104); }

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

border-color css

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

 span { border-color: rgb(235,129,104); }

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