Html Css Color HEX #EB7D68 Geraldine

📋 copy color: '#EB7D68'

red 235 ◦ green 125 ◦ blue 104

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

Shades of Geraldine #EB7D68

Tints of Geraldine #EB7D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

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

R = 50.65%
G = 26.94%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB7D68 (or 0xEB7D68) is known color: Geraldine. HEX triplet: EB, 7D and 68. RGB value is (235,125,104). Sum of RGB (Red+Green+Blue) = 235+125+104=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7D68 is #148297. Grayscale: #9B9B9B. Windows color (decimal): -1344152 or 6847979. OLE color: 6847979.

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

Color convert

RGB 235 125 104 -
CMYK 0 0.47 0.56 0.08
HSL 9.62º 0.77% 0.66% -
HSV(B) 9.62º 0.56% 0.92% -
XYZ 44.09 33.33 17.21 -
YUV 155.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 235 125 104 0 0.47 0.56 0.08 9.62 0.77 0.66
Hex EB 7D 68 0 2F 38 8 A 4D 42
Octal 353 175 150 0 57 70 10 12 115 102
Binary 11101011 1111101 1101000 0 101111 111000 1000 1010 1001101 1000010

Color Harmonies of #EB7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D68

Black with #EB7D68

Text Example


Text Example

White with #EB7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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