Html Css Color HEX #EA806D Geraldine

📋 copy color: '#EA806D'

red 234 ◦ green 128 ◦ blue 109

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

Shades of Geraldine #EA806D

Tints of Geraldine #EA806D

RGB

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

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

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

R = 49.68%
G = 27.18%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA806D (or 0xEA806D) is known color: Geraldine. HEX triplet: EA, 80 and 6D. RGB value is (234,128,109). Sum of RGB (Red+Green+Blue) = 234+128+109=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA806D is #157F92. Grayscale: #9D9D9D. Windows color (decimal): -1408915 or 7176426. OLE color: 7176426.

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

Color convert

RGB 234 128 109 -
CMYK 0 0.45 0.53 0.08
HSL 9.12º 0.75% 0.67% -
HSV(B) 9.12º 0.53% 0.92% -
XYZ 44.41 34.03 18.7 -
YUV 157.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 234 128 109 0 0.45 0.53 0.08 9.12 0.75 0.67
Hex EA 80 6D 0 2D 35 8 9 4B 43
Octal 352 200 155 0 55 65 10 11 113 103
Binary 11101010 10000000 1101101 0 101101 110101 1000 1001 1001011 1000011

Color Harmonies of #EA806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA806D

Black with #EA806D

Text Example


Text Example

White with #EA806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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