Html Css Color HEX #EB766E Geraldine

📋 copy color: '#EB766E'

red 235 ◦ green 118 ◦ blue 110

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

Shades of Geraldine #EB766E

Tints of Geraldine #EB766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.76%

R = 50.76%
G = 25.49%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB766E (or 0xEB766E) is known color: Geraldine. HEX triplet: EB, 76 and 6E. RGB value is (235,118,110). Sum of RGB (Red+Green+Blue) = 235+118+110=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB766E is #148991. Grayscale: #989898. Windows color (decimal): -1345938 or 7239403. OLE color: 7239403.

HSL color Cylindrical-coordinate representation of color #EB766E: hue angle of 3.84º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB766E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 110 -
CMYK 0 0.50 0.53 0.08
HSL 3.84º 0.76% 0.68% -
HSV(B) 3.84º 0.53% 0.92% -
XYZ 43.55 31.74 18.58 -
YUV 152.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 235 118 110 0 0.50 0.53 0.08 3.84 0.76 0.68
Hex EB 76 6E 0 32 35 8 4 4C 44
Octal 353 166 156 0 62 65 10 4 114 104
Binary 11101011 1110110 1101110 0 110010 110101 1000 100 1001100 1000100

Color Harmonies of #EB766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB766E

Black with #EB766E

Text Example


Text Example

White with #EB766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB766E; }

 p { color: rgb(235,118,110); }

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

background-color css

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

 a { background-color: rgb(235,118,110); }

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

border-color css

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

 span { border-color: rgb(235,118,110); }

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