Html Css Color HEX #EBE5A5 Pale Goldenrod

📋 copy color: '#EBE5A5'

red 235 ◦ green 229 ◦ blue 165

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

Shades of Pale Goldenrod #EBE5A5

Tints of Pale Goldenrod #EBE5A5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.41%

 BLUE value IS 165 (64.84% from 255) = 26.23%

R = 37.36%
G = 36.41%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBE5A5 (or 0xEBE5A5) is known color: Pale Goldenrod. HEX triplet: EB, E5 and A5. RGB value is (235,229,165). Sum of RGB (Red+Green+Blue) = 235+229+165=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 165 (64.84% from 255 or 26.23% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5A5 is #141A5A. Grayscale: #DFDFDF. Windows color (decimal): -1317467 or 10872299. OLE color: 10872299.

HSL color Cylindrical-coordinate representation of color #EBE5A5: hue angle of 54.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBE5A5 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 165 -
CMYK 0 0.03 0.30 0.08
HSL 54.86º 0.64% 0.78% -
HSV(B) 54.86º 0.3% 0.92% -
XYZ 69.07 76.42 46.71 -
YUV 223.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 235 229 165 0 0.03 0.30 0.08 54.86 0.64 0.78
Hex EB E5 A5 0 3 1E 8 37 40 4E
Octal 353 345 245 0 3 36 10 67 100 116
Binary 11101011 11100101 10100101 0 11 11110 1000 110111 1000000 1001110

Color Harmonies of #EBE5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5A5

Black with #EBE5A5

Text Example


Text Example

White with #EBE5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5A5; }

 p { color: rgb(235,229,165); }

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

background-color css

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

 a { background-color: rgb(235,229,165); }

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

border-color css

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

 span { border-color: rgb(235,229,165); }

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