Html Css Color HEX #EAEEAF Medium Goldenrod

📋 copy color: '#EAEEAF'

red 234 ◦ green 238 ◦ blue 175

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

Shades of Medium Goldenrod #EAEEAF

Tints of Medium Goldenrod #EAEEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.79%

 BLUE value IS 175 (68.75% from 255) = 27.05%

R = 36.17%
G = 36.79%
B = 27.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EAEEAF (or 0xEAEEAF) is known color: Medium Goldenrod. HEX triplet: EA, EE and AF. RGB value is (234,238,175). Sum of RGB (Red+Green+Blue) = 234+238+175=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEAF is #151150. Grayscale: #E5E5E5. Windows color (decimal): -1380689 or 11529962. OLE color: 11529962.

HSL color Cylindrical-coordinate representation of color #EAEEAF: hue angle of 63.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAEEAF is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 238 175 -
CMYK 0.02 0 0.26 0.07
HSL 63.81º 0.65% 0.81% -
HSV(B) 63.81º 0.26% 0.93% -
XYZ 72.24 81.74 52.53 -
YUV 229.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 234 238 175 0.02 0 0.26 0.07 63.81 0.65 0.81
Hex EA EE AF 2 0 1A 7 40 41 51
Octal 352 356 257 2 0 32 7 100 101 121
Binary 11101010 11101110 10101111 10 0 11010 111 1000000 1000001 1010001

Color Harmonies of #EAEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEEAF

Black with #EAEEAF

Text Example


Text Example

White with #EAEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEEAF; }

 p { color: rgb(234,238,175); }

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

background-color css

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

 a { background-color: rgb(234,238,175); }

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

border-color css

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

 span { border-color: rgb(234,238,175); }

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