Html Css Color HEX #EBE8A2 Pale Goldenrod

📋 copy color: '#EBE8A2'

red 235 ◦ green 232 ◦ blue 162

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

Shades of Pale Goldenrod #EBE8A2

Tints of Pale Goldenrod #EBE8A2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.88%

 BLUE value IS 162 (63.67% from 255) = 25.76%

R = 37.36%
G = 36.88%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBE8A2 (or 0xEBE8A2) is known color: Pale Goldenrod. HEX triplet: EB, E8 and A2. RGB value is (235,232,162). Sum of RGB (Red+Green+Blue) = 235+232+162=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8A2 is #14175D. Grayscale: #E1E1E1. Windows color (decimal): -1316702 or 10676459. OLE color: 10676459.

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

Color convert

RGB 235 232 162 -
CMYK 0 0.01 0.31 0.08
HSL 57.53º 0.65% 0.78% -
HSV(B) 57.53º 0.31% 0.92% -
XYZ 69.64 77.98 45.56 -
YUV 224.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 235 232 162 0 0.01 0.31 0.08 57.53 0.65 0.78
Hex EB E8 A2 0 1 1F 8 3A 41 4E
Octal 353 350 242 0 1 37 10 72 101 116
Binary 11101011 11101000 10100010 0 1 11111 1000 111010 1000001 1001110

Color Harmonies of #EBE8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8A2

Black with #EBE8A2

Text Example


Text Example

White with #EBE8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8A2; }

 p { color: rgb(235,232,162); }

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

background-color css

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

 a { background-color: rgb(235,232,162); }

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

border-color css

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

 span { border-color: rgb(235,232,162); }

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