Html Css Color HEX #EBE7A0 Pale Goldenrod

📋 copy color: '#EBE7A0'

red 235 ◦ green 231 ◦ blue 160

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

Shades of Pale Goldenrod #EBE7A0

Tints of Pale Goldenrod #EBE7A0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.9%

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

R = 37.54%
G = 36.9%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBE7A0 (or 0xEBE7A0) is known color: Pale Goldenrod. HEX triplet: EB, E7 and A0. RGB value is (235,231,160). Sum of RGB (Red+Green+Blue) = 235+231+160=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE7A0 is #14185F. Grayscale: #E0E0E0. Windows color (decimal): -1316960 or 10545131. OLE color: 10545131.

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

Color convert

RGB 235 231 160 -
CMYK 0 0.02 0.32 0.08
HSL 56.8º 0.65% 0.77% -
HSV(B) 56.8º 0.32% 0.92% -
XYZ 69.18 77.35 44.54 -
YUV 224.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 235 231 160 0 0.02 0.32 0.08 56.8 0.65 0.77
Hex EB E7 A0 0 2 20 8 39 41 4D
Octal 353 347 240 0 2 40 10 71 101 115
Binary 11101011 11100111 10100000 0 10 100000 1000 111001 1000001 1001101

Color Harmonies of #EBE7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE7A0

Black with #EBE7A0

Text Example


Text Example

White with #EBE7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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