Html Css Color HEX #EAF0AC Medium Goldenrod

📋 copy color: '#EAF0AC'

red 234 ◦ green 240 ◦ blue 172

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

Shades of Medium Goldenrod #EAF0AC

Tints of Medium Goldenrod #EAF0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.15%

 BLUE value IS 172 (67.58% from 255) = 26.63%

R = 36.22%
G = 37.15%
B = 26.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EAF0AC (or 0xEAF0AC) is known color: Medium Goldenrod. HEX triplet: EA, F0 and AC. RGB value is (234,240,172). Sum of RGB (Red+Green+Blue) = 234+240+172=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF0AC is #150F53. Grayscale: #E6E6E6. Windows color (decimal): -1380180 or 11333866. OLE color: 11333866.

HSL color Cylindrical-coordinate representation of color #EAF0AC: hue angle of 65.29º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAF0AC is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 172 -
CMYK 0.02 0 0.28 0.06
HSL 65.29º 0.69% 0.81% -
HSV(B) 65.29º 0.28% 0.94% -
XYZ 72.54 82.79 51.19 -
YUV 230.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 234 240 172 0.02 0 0.28 0.06 65.29 0.69 0.81
Hex EA F0 AC 2 0 1C 6 41 45 51
Octal 352 360 254 2 0 34 6 101 105 121
Binary 11101010 11110000 10101100 10 0 11100 110 1000001 1000101 1010001

Color Harmonies of #EAF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0AC

Black with #EAF0AC

Text Example


Text Example

White with #EAF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0AC; }

 p { color: rgb(234,240,172); }

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

background-color css

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

 a { background-color: rgb(234,240,172); }

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

border-color css

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

 span { border-color: rgb(234,240,172); }

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