Html Css Color HEX #EB7E68 Geraldine

📋 copy color: '#EB7E68'

red 235 ◦ green 126 ◦ blue 104

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

Shades of Geraldine #EB7E68

Tints of Geraldine #EB7E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.1%

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

R = 50.54%
G = 27.1%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB7E68 (or 0xEB7E68) is known color: Geraldine. HEX triplet: EB, 7E and 68. RGB value is (235,126,104). Sum of RGB (Red+Green+Blue) = 235+126+104=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7E68 is #148197. Grayscale: #9C9C9C. Windows color (decimal): -1343896 or 6848235. OLE color: 6848235.

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

Color convert

RGB 235 126 104 -
CMYK 0 0.46 0.56 0.08
HSL 10.08º 0.77% 0.66% -
HSV(B) 10.08º 0.56% 0.92% -
XYZ 44.22 33.58 17.25 -
YUV 156.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 235 126 104 0 0.46 0.56 0.08 10.08 0.77 0.66
Hex EB 7E 68 0 2E 38 8 A 4D 42
Octal 353 176 150 0 56 70 10 12 115 102
Binary 11101011 1111110 1101000 0 101110 111000 1000 1010 1001101 1000010

Color Harmonies of #EB7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7E68

Black with #EB7E68

Text Example


Text Example

White with #EB7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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