Html Css Color HEX #EDEEB1 Medium Goldenrod

📋 copy color: '#EDEEB1'

red 237 ◦ green 238 ◦ blue 177

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

Shades of Medium Goldenrod #EDEEB1

Tints of Medium Goldenrod #EDEEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.15%

R = 36.35%
G = 36.5%
B = 27.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDEEB1 (or 0xEDEEB1) is known color: Medium Goldenrod. HEX triplet: ED, EE and B1. RGB value is (237,238,177). Sum of RGB (Red+Green+Blue) = 237+238+177=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEB1 is #12114E. Grayscale: #E6E6E6. Windows color (decimal): -1184079 or 11661037. OLE color: 11661037.

HSL color Cylindrical-coordinate representation of color #EDEEB1: hue angle of 60.98º degrees, saturation: 0.64, 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 #EDEEB1 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 177 -
CMYK 0.00 0 0.26 0.07
HSL 60.98º 0.64% 0.81% -
HSV(B) 60.98º 0.26% 0.93% -
XYZ 73.44 82.33 53.62 -
YUV 230.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 237 238 177 0.00 0 0.26 0.07 60.98 0.64 0.81
Hex ED EE B1 0 0 1A 7 3D 40 51
Octal 355 356 261 0 0 32 7 75 100 121
Binary 11101101 11101110 10110001 0 0 11010 111 111101 1000000 1010001

Color Harmonies of #EDEEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEB1

Black with #EDEEB1

Text Example


Text Example

White with #EDEEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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