Html Css Color HEX #EA806C Geraldine

📋 copy color: '#EA806C'

red 234 ◦ green 128 ◦ blue 108

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

Shades of Geraldine #EA806C

Tints of Geraldine #EA806C

RGB

 RED value IS 234 (91.8% from 255) = 49.79%

 GREEN value IS 128 (50.39% from 255) = 27.23%

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 49.79%
G = 27.23%
B = 22.98%

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

#EA806C (or 0xEA806C) is known color: Geraldine. HEX triplet: EA, 80 and 6C. RGB value is (234,128,108). Sum of RGB (Red+Green+Blue) = 234+128+108=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA806C is #157F93. Grayscale: #9D9D9D. Windows color (decimal): -1408916 or 7110890. OLE color: 7110890.

HSL color Cylindrical-coordinate representation of color #EA806C: hue angle of 9.52º degrees, saturation: 0.75, 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 #EA806C is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 108 -
CMYK 0 0.45 0.54 0.08
HSL 9.52º 0.75% 0.67% -
HSV(B) 9.52º 0.54% 0.92% -
XYZ 44.36 34.01 18.41 -
YUV 157.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 234 128 108 0 0.45 0.54 0.08 9.52 0.75 0.67
Hex EA 80 6C 0 2D 36 8 A 4B 43
Octal 352 200 154 0 55 66 10 12 113 103
Binary 11101010 10000000 1101100 0 101101 110110 1000 1010 1001011 1000011

Color Harmonies of #EA806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA806C

Black with #EA806C

Text Example


Text Example

White with #EA806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA806C; }

 p { color: rgb(234,128,108); }

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

background-color css

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

 a { background-color: rgb(234,128,108); }

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

border-color css

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

 span { border-color: rgb(234,128,108); }

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