Html Css Color HEX #E9827A Geraldine

📋 copy color: '#E9827A'

red 233 ◦ green 130 ◦ blue 122

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

Shades of Geraldine #E9827A

Tints of Geraldine #E9827A

RGB

 RED value IS 233 (91.41% from 255) = 48.04%

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 48.04%
G = 26.8%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9827A (or 0xE9827A) is known color: Geraldine. HEX triplet: E9, 82 and 7A. RGB value is (233,130,122). Sum of RGB (Red+Green+Blue) = 233+130+122=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9827A is #167D85. Grayscale: #A0A0A0. Windows color (decimal): -1473926 or 8028905. OLE color: 8028905.

HSL color Cylindrical-coordinate representation of color #E9827A: hue angle of 4.32º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9827A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 130 122 -
CMYK 0 0.44 0.48 0.09
HSL 4.32º 0.72% 0.7% -
HSV(B) 4.32º 0.48% 0.91% -
XYZ 45.1 34.69 22.73 -
YUV 159.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 233 130 122 0 0.44 0.48 0.09 4.32 0.72 0.7
Hex E9 82 7A 0 2C 30 9 4 48 46
Octal 351 202 172 0 54 60 11 4 110 106
Binary 11101001 10000010 1111010 0 101100 110000 1001 100 1001000 1000110

Color Harmonies of #E9827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9827A

Black with #E9827A

Text Example


Text Example

White with #E9827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9827A; }

 p { color: rgb(233,130,122); }

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

background-color css

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

 a { background-color: rgb(233,130,122); }

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

border-color css

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

 span { border-color: rgb(233,130,122); }

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