Html Css Color HEX #EBEBAD Medium Goldenrod

📋 copy color: '#EBEBAD'

red 235 ◦ green 235 ◦ blue 173

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

Shades of Medium Goldenrod #EBEBAD

Tints of Medium Goldenrod #EBEBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.91%

R = 36.55%
G = 36.55%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBEBAD (or 0xEBEBAD) is known color: Medium Goldenrod. HEX triplet: EB, EB and AD. RGB value is (235,235,173). Sum of RGB (Red+Green+Blue) = 235+235+173=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEBAD is #141452. Grayscale: #E4E4E4. Windows color (decimal): -1315923 or 11398123. OLE color: 11398123.

HSL color Cylindrical-coordinate representation of color #EBEBAD: hue angle of 60º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBEBAD is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 235 173 -
CMYK 0 0 0.26 0.08
HSL 60º 0.61% 0.8% -
HSV(B) 60º 0.26% 0.92% -
XYZ 71.51 80.1 51.23 -
YUV 227.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 235 235 173 0 0 0.26 0.08 60 0.61 0.8
Hex EB EB AD 0 0 1A 8 3C 3D 50
Octal 353 353 255 0 0 32 10 74 75 120
Binary 11101011 11101011 10101101 0 0 11010 1000 111100 111101 1010000

Color Harmonies of #EBEBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEBAD

Black with #EBEBAD

Text Example


Text Example

White with #EBEBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEBAD; }

 p { color: rgb(235,235,173); }

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

background-color css

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

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

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

border-color css

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

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

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