Html Css Color HEX #EDEEB2 Medium Goldenrod

📋 copy color: '#EDEEB2'

red 237 ◦ green 238 ◦ blue 178

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

Shades of Medium Goldenrod #EDEEB2

Tints of Medium Goldenrod #EDEEB2

RGB

 RED value IS 237 (92.97% from 255) = 36.29%

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

 BLUE value IS 178 (69.92% from 255) = 27.26%

R = 36.29%
G = 36.45%
B = 27.26%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDEEB2 (or 0xEDEEB2) is known color: Medium Goldenrod. HEX triplet: ED, EE and B2. RGB value is (237,238,178). Sum of RGB (Red+Green+Blue) = 237+238+178=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEB2 is #12114D. Grayscale: #E7E7E7. Windows color (decimal): -1184078 or 11726573. OLE color: 11726573.

HSL color Cylindrical-coordinate representation of color #EDEEB2: hue angle of 61º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDEEB2 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 178 -
CMYK 0.00 0 0.25 0.07
HSL 61º 0.64% 0.82% -
HSV(B) 61º 0.25% 0.93% -
XYZ 73.54 82.37 54.14 -
YUV 230.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 237 238 178 0.00 0 0.25 0.07 61 0.64 0.82
Hex ED EE B2 0 0 19 7 3D 40 52
Octal 355 356 262 0 0 31 7 75 100 122
Binary 11101101 11101110 10110010 0 0 11001 111 111101 1000000 1010010

Color Harmonies of #EDEEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEB2

Black with #EDEEB2

Text Example


Text Example

White with #EDEEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEB2; }

 p { color: rgb(237,238,178); }

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

background-color css

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

 a { background-color: rgb(237,238,178); }

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

border-color css

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

 span { border-color: rgb(237,238,178); }

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