Html Css Color HEX #EB756A Geraldine

📋 copy color: '#EB756A'

red 235 ◦ green 117 ◦ blue 106

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

Shades of Geraldine #EB756A

Tints of Geraldine #EB756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 51.31%
G = 25.55%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB756A (or 0xEB756A) is known color: Geraldine. HEX triplet: EB, 75 and 6A. RGB value is (235,117,106). Sum of RGB (Red+Green+Blue) = 235+117+106=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB756A is #148A95. Grayscale: #979797. Windows color (decimal): -1346198 or 6977003. OLE color: 6977003.

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

Color convert

RGB 235 117 106 -
CMYK 0 0.50 0.55 0.08
HSL 5.12º 0.76% 0.67% -
HSV(B) 5.12º 0.55% 0.92% -
XYZ 43.22 31.43 17.42 -
YUV 151.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 235 117 106 0 0.50 0.55 0.08 5.12 0.76 0.67
Hex EB 75 6A 0 32 37 8 5 4C 43
Octal 353 165 152 0 62 67 10 5 114 103
Binary 11101011 1110101 1101010 0 110010 110111 1000 101 1001100 1000011

Color Harmonies of #EB756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB756A

Black with #EB756A

Text Example


Text Example

White with #EB756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB756A; }

 p { color: rgb(235,117,106); }

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

background-color css

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

 a { background-color: rgb(235,117,106); }

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

border-color css

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

 span { border-color: rgb(235,117,106); }

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