Html Css Color HEX #EB7B68 Geraldine

📋 copy color: '#EB7B68'

red 235 ◦ green 123 ◦ blue 104

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

Shades of Geraldine #EB7B68

Tints of Geraldine #EB7B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

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

R = 50.87%
G = 26.62%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB7B68 (or 0xEB7B68) is known color: Geraldine. HEX triplet: EB, 7B and 68. RGB value is (235,123,104). Sum of RGB (Red+Green+Blue) = 235+123+104=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B68 is #148497. Grayscale: #9A9A9A. Windows color (decimal): -1344664 or 6847467. OLE color: 6847467.

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

Color convert

RGB 235 123 104 -
CMYK 0 0.48 0.56 0.08
HSL 8.7º 0.77% 0.66% -
HSV(B) 8.7º 0.56% 0.92% -
XYZ 43.84 32.83 17.12 -
YUV 154.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 235 123 104 0 0.48 0.56 0.08 8.7 0.77 0.66
Hex EB 7B 68 0 30 38 8 9 4D 42
Octal 353 173 150 0 60 70 10 11 115 102
Binary 11101011 1111011 1101000 0 110000 111000 1000 1001 1001101 1000010

Color Harmonies of #EB7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B68

Black with #EB7B68

Text Example


Text Example

White with #EB7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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