Html Css Color HEX #EDEDB2 Medium Goldenrod

📋 copy color: '#EDEDB2'

red 237 ◦ green 237 ◦ blue 178

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

Shades of Medium Goldenrod #EDEDB2

Tints of Medium Goldenrod #EDEDB2

RGB

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

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

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

R = 36.35%
G = 36.35%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDEDB2 (or 0xEDEDB2) is known color: Medium Goldenrod. HEX triplet: ED, ED and B2. RGB value is (237,237,178). Sum of RGB (Red+Green+Blue) = 237+237+178=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDB2 is #12124D. Grayscale: #E6E6E6. Windows color (decimal): -1184334 or 11726317. OLE color: 11726317.

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

Color convert

RGB 237 237 178 -
CMYK 0 0 0.25 0.07
HSL 60º 0.62% 0.81% -
HSV(B) 60º 0.25% 0.93% -
XYZ 73.25 81.79 54.05 -
YUV 230.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 237 237 178 0 0 0.25 0.07 60 0.62 0.81
Hex ED ED B2 0 0 19 7 3C 3E 51
Octal 355 355 262 0 0 31 7 74 76 121
Binary 11101101 11101101 10110010 0 0 11001 111 111100 111110 1010001

Color Harmonies of #EDEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDB2

Black with #EDEDB2

Text Example


Text Example

White with #EDEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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