Html Css Color HEX #EBEDA8 Medium Goldenrod

📋 copy color: '#EBEDA8'

red 235 ◦ green 237 ◦ blue 168

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

Shades of Medium Goldenrod #EBEDA8

Tints of Medium Goldenrod #EBEDA8

RGB

 RED value IS 235 (92.19% from 255) = 36.72%

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

 BLUE value IS 168 (66.02% from 255) = 26.25%

R = 36.72%
G = 37.03%
B = 26.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EBEDA8 (or 0xEBEDA8) is known color: Medium Goldenrod. HEX triplet: EB, ED and A8. RGB value is (235,237,168). Sum of RGB (Red+Green+Blue) = 235+237+168=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDA8 is #141257. Grayscale: #E4E4E4. Windows color (decimal): -1315416 or 11070955. OLE color: 11070955.

HSL color Cylindrical-coordinate representation of color #EBEDA8: hue angle of 61.74º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBEDA8 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 168 -
CMYK 0.01 0 0.29 0.07
HSL 61.74º 0.66% 0.79% -
HSV(B) 61.74º 0.29% 0.93% -
XYZ 71.61 81.06 48.92 -
YUV 228.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 235 237 168 0.01 0 0.29 0.07 61.74 0.66 0.79
Hex EB ED A8 1 0 1D 7 3E 42 4F
Octal 353 355 250 1 0 35 7 76 102 117
Binary 11101011 11101101 10101000 1 0 11101 111 111110 1000010 1001111

Color Harmonies of #EBEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDA8

Black with #EBEDA8

Text Example


Text Example

White with #EBEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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