Html Css Color HEX #EBE0A0 Pale Goldenrod

📋 copy color: '#EBE0A0'

red 235 ◦ green 224 ◦ blue 160

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

Shades of Pale Goldenrod #EBE0A0

Tints of Pale Goldenrod #EBE0A0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.19%

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

R = 37.96%
G = 36.19%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBE0A0 (or 0xEBE0A0) is known color: Pale Goldenrod. HEX triplet: EB, E0 and A0. RGB value is (235,224,160). Sum of RGB (Red+Green+Blue) = 235+224+160=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE0A0 is #141F5F. Grayscale: #DCDCDC. Windows color (decimal): -1318752 or 10543339. OLE color: 10543339.

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

Color convert

RGB 235 224 160 -
CMYK 0 0.05 0.32 0.08
HSL 51.2º 0.65% 0.77% -
HSV(B) 51.2º 0.32% 0.92% -
XYZ 67.26 73.51 43.9 -
YUV 219.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 235 224 160 0 0.05 0.32 0.08 51.2 0.65 0.77
Hex EB E0 A0 0 5 20 8 33 41 4D
Octal 353 340 240 0 5 40 10 63 101 115
Binary 11101011 11100000 10100000 0 101 100000 1000 110011 1000001 1001101

Color Harmonies of #EBE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0A0

Black with #EBE0A0

Text Example


Text Example

White with #EBE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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