Html Css Color HEX #EBEDA2 Medium Goldenrod

📋 copy color: '#EBEDA2'

red 235 ◦ green 237 ◦ blue 162

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

Shades of Medium Goldenrod #EBEDA2

Tints of Medium Goldenrod #EBEDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.55%

R = 37.07%
G = 37.38%
B = 25.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EBEDA2 (or 0xEBEDA2) is known color: Medium Goldenrod. HEX triplet: EB, ED and A2. RGB value is (235,237,162). Sum of RGB (Red+Green+Blue) = 235+237+162=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDA2 is #14125D. Grayscale: #E4E4E4. Windows color (decimal): -1315422 or 10677739. OLE color: 10677739.

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

Color convert

RGB 235 237 162 -
CMYK 0.01 0 0.32 0.07
HSL 61.6º 0.68% 0.78% -
HSV(B) 61.6º 0.32% 0.93% -
XYZ 71.07 80.84 46.04 -
YUV 227.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 235 237 162 0.01 0 0.32 0.07 61.6 0.68 0.78
Hex EB ED A2 1 0 20 7 3E 44 4E
Octal 353 355 242 1 0 40 7 76 104 116
Binary 11101011 11101101 10100010 1 0 100000 111 111110 1000100 1001110

Color Harmonies of #EBEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDA2

Black with #EBEDA2

Text Example


Text Example

White with #EBEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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