Html Css Color HEX #EBE2A0 Pale Goldenrod

📋 copy color: '#EBE2A0'

red 235 ◦ green 226 ◦ blue 160

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

Shades of Pale Goldenrod #EBE2A0

Tints of Pale Goldenrod #EBE2A0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

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

R = 37.84%
G = 36.39%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBE2A0 (or 0xEBE2A0) is known color: Pale Goldenrod. HEX triplet: EB, E2 and A0. RGB value is (235,226,160). Sum of RGB (Red+Green+Blue) = 235+226+160=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2A0 is #141D5F. Grayscale: #DDDDDD. Windows color (decimal): -1318240 or 10543851. OLE color: 10543851.

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

Color convert

RGB 235 226 160 -
CMYK 0 0.04 0.32 0.08
HSL 52.8º 0.65% 0.77% -
HSV(B) 52.8º 0.32% 0.92% -
XYZ 67.8 74.59 44.08 -
YUV 221.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 235 226 160 0 0.04 0.32 0.08 52.8 0.65 0.77
Hex EB E2 A0 0 4 20 8 35 41 4D
Octal 353 342 240 0 4 40 10 65 101 115
Binary 11101011 11100010 10100000 0 100 100000 1000 110101 1000001 1001101

Color Harmonies of #EBE2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2A0

Black with #EBE2A0

Text Example


Text Example

White with #EBE2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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