Html Css Color HEX #EBF0AC Medium Goldenrod

📋 copy color: '#EBF0AC'

red 235 ◦ green 240 ◦ blue 172

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

Shades of Medium Goldenrod #EBF0AC

Tints of Medium Goldenrod #EBF0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.09%

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

R = 36.32%
G = 37.09%
B = 26.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EBF0AC (or 0xEBF0AC) is known color: Medium Goldenrod. HEX triplet: EB, F0 and AC. RGB value is (235,240,172). Sum of RGB (Red+Green+Blue) = 235+240+172=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF0AC is #140F53. Grayscale: #E7E7E7. Windows color (decimal): -1314644 or 11333867. OLE color: 11333867.

HSL color Cylindrical-coordinate representation of color #EBF0AC: hue angle of 64.41º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBF0AC is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 172 -
CMYK 0.02 0 0.28 0.06
HSL 64.41º 0.69% 0.81% -
HSV(B) 64.41º 0.28% 0.94% -
XYZ 72.87 82.96 51.2 -
YUV 230.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 235 240 172 0.02 0 0.28 0.06 64.41 0.69 0.81
Hex EB F0 AC 2 0 1C 6 40 45 51
Octal 353 360 254 2 0 34 6 100 105 121
Binary 11101011 11110000 10101100 10 0 11100 110 1000000 1000101 1010001

Color Harmonies of #EBF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0AC

Black with #EBF0AC

Text Example


Text Example

White with #EBF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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