Html Css Color HEX #EB826D Geraldine

📋 copy color: '#EB826D'

red 235 ◦ green 130 ◦ blue 109

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

Shades of Geraldine #EB826D

Tints of Geraldine #EB826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

 BLUE value IS 109 (42.97% from 255) = 23%

R = 49.58%
G = 27.43%
B = 23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB826D (or 0xEB826D) is known color: Geraldine. HEX triplet: EB, 82 and 6D. RGB value is (235,130,109). Sum of RGB (Red+Green+Blue) = 235+130+109=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB826D is #147D92. Grayscale: #9F9F9F. Windows color (decimal): -1342867 or 7176939. OLE color: 7176939.

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

Color convert

RGB 235 130 109 -
CMYK 0 0.45 0.54 0.08
HSL 10º 0.76% 0.67% -
HSV(B) 10º 0.54% 0.92% -
XYZ 45 34.73 18.8 -
YUV 159 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 235 130 109 0 0.45 0.54 0.08 10 0.76 0.67
Hex EB 82 6D 0 2D 36 8 A 4C 43
Octal 353 202 155 0 55 66 10 12 114 103
Binary 11101011 10000010 1101101 0 101101 110110 1000 1010 1001100 1000011

Color Harmonies of #EB826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB826D

Black with #EB826D

Text Example


Text Example

White with #EB826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB826D; }

 p { color: rgb(235,130,109); }

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

background-color css

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

 a { background-color: rgb(235,130,109); }

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

border-color css

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

 span { border-color: rgb(235,130,109); }

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