Html Css Color HEX #EBEDAC Medium Goldenrod

📋 copy color: '#EBEDAC'

red 235 ◦ green 237 ◦ blue 172

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

Shades of Medium Goldenrod #EBEDAC

Tints of Medium Goldenrod #EBEDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.71%

R = 36.49%
G = 36.8%
B = 26.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EBEDAC (or 0xEBEDAC) is known color: Medium Goldenrod. HEX triplet: EB, ED and AC. RGB value is (235,237,172). Sum of RGB (Red+Green+Blue) = 235+237+172=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDAC is #141253. Grayscale: #E5E5E5. Windows color (decimal): -1315412 or 11333099. OLE color: 11333099.

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

Color convert

RGB 235 237 172 -
CMYK 0.01 0 0.27 0.07
HSL 61.85º 0.64% 0.8% -
HSV(B) 61.85º 0.27% 0.93% -
XYZ 71.99 81.21 50.91 -
YUV 228.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 235 237 172 0.01 0 0.27 0.07 61.85 0.64 0.8
Hex EB ED AC 1 0 1B 7 3E 40 50
Octal 353 355 254 1 0 33 7 76 100 120
Binary 11101011 11101101 10101100 1 0 11011 111 111110 1000000 1010000

Color Harmonies of #EBEDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDAC

Black with #EBEDAC

Text Example


Text Example

White with #EBEDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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