#EBE6AF

Color #EBE6AF Pale Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Goldenrod #EBE6AF

Tints of Pale Goldenrod #EBE6AF

Color information

#EBE6AF (or 0xEBE6AF) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and AF. RGB value is (235,230,175). Sum of RGB (Red+Green+Blue) = 235+230+175=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6AF is #141950. Grayscale: #E1E1E1. Windows color (decimal): -1317201 or 11527915. OLE color: 11527915.

HSL color Cylindrical-coordinate representation of color #EBE6AF: hue angle of 55º degrees, saturation: 0.6, 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 #EBE6AF is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235230175-
CMYK00.020.260.08
HSL55º60%80.39%-
HSV(B)55º25.53%92.16%-
XYZ70.377.3551.78-
YUV225.2299.66134.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 175 (68.75% from 255) = 27.34%
R=36.72%
G=35.94%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523017500.020.260.08556080.39
HexEBE6AF021A8373c50
Octal3533462570232106774120
Binary1110101111100110101011110101101010001101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6AF; }

 p { color: rgb(235,230,175); }

 H1.HeaderClassName
 {
   color: #EBE6AF;
 }
 .AnyTagClassName
 {
   color: #EBE6AF;
 }
</style>
background-color css

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

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

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

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

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

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