Html Css Color HEX #EAE6BA Medium Goldenrod

📋 copy color: '#EAE6BA'

red 234 ◦ green 230 ◦ blue 186

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

Shades of Medium Goldenrod #EAE6BA

Tints of Medium Goldenrod #EAE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.38%

 BLUE value IS 186 (73.05% from 255) = 28.62%

R = 36%
G = 35.38%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAE6BA (or 0xEAE6BA) is known color: Medium Goldenrod. HEX triplet: EA, E6 and BA. RGB value is (234,230,186). Sum of RGB (Red+Green+Blue) = 234+230+186=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6BA is #151945. Grayscale: #E2E2E2. Windows color (decimal): -1382726 or 12248810. OLE color: 12248810.

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

Color convert

RGB 234 230 186 -
CMYK 0 0.02 0.21 0.08
HSL 55º 0.53% 0.82% -
HSV(B) 55º 0.21% 0.92% -
XYZ 71.09 77.63 57.69 -
YUV 226.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 234 230 186 0 0.02 0.21 0.08 55 0.53 0.82
Hex EA E6 BA 0 2 15 8 37 35 52
Octal 352 346 272 0 2 25 10 67 65 122
Binary 11101010 11100110 10111010 0 10 10101 1000 110111 110101 1010010

Color Harmonies of #EAE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE6BA

Black with #EAE6BA

Text Example


Text Example

White with #EAE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE6BA; }

 p { color: rgb(234,230,186); }

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

background-color css

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

 a { background-color: rgb(234,230,186); }

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

border-color css

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

 span { border-color: rgb(234,230,186); }

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