#EBE1AF

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

Shades of Pale Goldenrod #EBE1AF

Tints of Pale Goldenrod #EBE1AF

Color information

#EBE1AF (or 0xEBE1AF) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E1 and AF. RGB value is (235,225,175). Sum of RGB (Red+Green+Blue) = 235+225+175=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE1AF is #141E50. Grayscale: #DEDEDE. Windows color (decimal): -1318481 or 11526635. OLE color: 11526635.

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

Color convert

RGB235225175-
CMYK00.040.260.08
HSL50º60%80.39%-
HSV(B)50º25.53%92.16%-
XYZ68.9274.6151.33-
YUV222.29101.31137.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=37.01%
G=35.43%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522517500.040.260.08506080.39
HexEBE1AF041A8323c50
Octal3533412570432106274120
Binary11101011111000011010111101001101010001100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1AF; }

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

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

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

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

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

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

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

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