Html Css Color HEX #EDEBB0 Medium Goldenrod

📋 copy color: '#EDEBB0'

red 237 ◦ green 235 ◦ blue 176

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

Shades of Medium Goldenrod #EDEBB0

Tints of Medium Goldenrod #EDEBB0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.27%

 BLUE value IS 176 (69.14% from 255) = 27.16%

R = 36.57%
G = 36.27%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDEBB0 (or 0xEDEBB0) is known color: Medium Goldenrod. HEX triplet: ED, EB and B0. RGB value is (237,235,176). Sum of RGB (Red+Green+Blue) = 237+235+176=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBB0 is #12144F. Grayscale: #E5E5E5. Windows color (decimal): -1184848 or 11594733. OLE color: 11594733.

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

Color convert

RGB 237 235 176 -
CMYK 0 0.01 0.26 0.07
HSL 58.03º 0.63% 0.81% -
HSV(B) 58.03º 0.26% 0.93% -
XYZ 72.47 80.56 52.8 -
YUV 228.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 237 235 176 0 0.01 0.26 0.07 58.03 0.63 0.81
Hex ED EB B0 0 1 1A 7 3A 3F 51
Octal 355 353 260 0 1 32 7 72 77 121
Binary 11101101 11101011 10110000 0 1 11010 111 111010 111111 1010001

Color Harmonies of #EDEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBB0

Black with #EDEBB0

Text Example


Text Example

White with #EDEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBB0; }

 p { color: rgb(237,235,176); }

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

background-color css

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

 a { background-color: rgb(237,235,176); }

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

border-color css

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

 span { border-color: rgb(237,235,176); }

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