Html Css Color HEX #EBE5A0 Pale Goldenrod

📋 copy color: '#EBE5A0'

red 235 ◦ green 229 ◦ blue 160

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

Shades of Pale Goldenrod #EBE5A0

Tints of Pale Goldenrod #EBE5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.64%

R = 37.66%
G = 36.7%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBE5A0 (or 0xEBE5A0) is known color: Pale Goldenrod. HEX triplet: EB, E5 and A0. RGB value is (235,229,160). Sum of RGB (Red+Green+Blue) = 235+229+160=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5A0 is #141A5F. Grayscale: #DFDFDF. Windows color (decimal): -1317472 or 10544619. OLE color: 10544619.

HSL color Cylindrical-coordinate representation of color #EBE5A0: hue angle of 55.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBE5A0 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 160 -
CMYK 0 0.03 0.32 0.08
HSL 55.2º 0.65% 0.77% -
HSV(B) 55.2º 0.32% 0.92% -
XYZ 68.63 76.24 44.36 -
YUV 222.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 235 229 160 0 0.03 0.32 0.08 55.2 0.65 0.77
Hex EB E5 A0 0 3 20 8 37 41 4D
Octal 353 345 240 0 3 40 10 67 101 115
Binary 11101011 11100101 10100000 0 11 100000 1000 110111 1000001 1001101

Color Harmonies of #EBE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5A0

Black with #EBE5A0

Text Example


Text Example

White with #EBE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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