Html Css Color HEX #EB836E Geraldine

📋 copy color: '#EB836E'

red 235 ◦ green 131 ◦ blue 110

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

Shades of Geraldine #EB836E

Tints of Geraldine #EB836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 49.37%
G = 27.52%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB836E (or 0xEB836E) is known color: Geraldine. HEX triplet: EB, 83 and 6E. RGB value is (235,131,110). Sum of RGB (Red+Green+Blue) = 235+131+110=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB836E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB836E is #147C91. Grayscale: #9F9F9F. Windows color (decimal): -1342610 or 7242731. OLE color: 7242731.

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

Color convert

RGB 235 131 110 -
CMYK 0 0.44 0.53 0.08
HSL 10.08º 0.76% 0.68% -
HSV(B) 10.08º 0.53% 0.92% -
XYZ 45.19 35.02 19.13 -
YUV 159.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 235 131 110 0 0.44 0.53 0.08 10.08 0.76 0.68
Hex EB 83 6E 0 2C 35 8 A 4C 44
Octal 353 203 156 0 54 65 10 12 114 104
Binary 11101011 10000011 1101110 0 101100 110101 1000 1010 1001100 1000100

Color Harmonies of #EB836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB836E

Black with #EB836E

Text Example


Text Example

White with #EB836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB836E; }

 p { color: rgb(235,131,110); }

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

background-color css

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

 a { background-color: rgb(235,131,110); }

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

border-color css

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

 span { border-color: rgb(235,131,110); }

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