Html Css Color HEX #EB766F Geraldine

📋 copy color: '#EB766F'

red 235 ◦ green 118 ◦ blue 111

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

Shades of Geraldine #EB766F

Tints of Geraldine #EB766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 50.65%
G = 25.43%
B = 23.92%

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

#EB766F (or 0xEB766F) is known color: Geraldine. HEX triplet: EB, 76 and 6F. RGB value is (235,118,111). Sum of RGB (Red+Green+Blue) = 235+118+111=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB766F is #148990. Grayscale: #989898. Windows color (decimal): -1345937 or 7304939. OLE color: 7304939.

HSL color Cylindrical-coordinate representation of color #EB766F: hue angle of 3.39º 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 #EB766F is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 111 -
CMYK 0 0.50 0.53 0.08
HSL 3.39º 0.76% 0.68% -
HSV(B) 3.39º 0.53% 0.92% -
XYZ 43.61 31.77 18.87 -
YUV 152.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 235 118 111 0 0.50 0.53 0.08 3.39 0.76 0.68
Hex EB 76 6F 0 32 35 8 3 4C 44
Octal 353 166 157 0 62 65 10 3 114 104
Binary 11101011 1110110 1101111 0 110010 110101 1000 11 1001100 1000100

Color Harmonies of #EB766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB766F

Black with #EB766F

Text Example


Text Example

White with #EB766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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