Html Css Color HEX #EBE2A1 Pale Goldenrod

📋 copy color: '#EBE2A1'

red 235 ◦ green 226 ◦ blue 161

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

Shades of Pale Goldenrod #EBE2A1

Tints of Pale Goldenrod #EBE2A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.88%

R = 37.78%
G = 36.33%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBE2A1 (or 0xEBE2A1) is known color: Pale Goldenrod. HEX triplet: EB, E2 and A1. RGB value is (235,226,161). Sum of RGB (Red+Green+Blue) = 235+226+161=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2A1 is #141D5E. Grayscale: #DDDDDD. Windows color (decimal): -1318239 or 10609387. OLE color: 10609387.

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

Color convert

RGB 235 226 161 -
CMYK 0 0.04 0.31 0.08
HSL 52.7º 0.65% 0.78% -
HSV(B) 52.7º 0.31% 0.92% -
XYZ 67.89 74.63 44.54 -
YUV 221.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 235 226 161 0 0.04 0.31 0.08 52.7 0.65 0.78
Hex EB E2 A1 0 4 1F 8 35 41 4E
Octal 353 342 241 0 4 37 10 65 101 116
Binary 11101011 11100010 10100001 0 100 11111 1000 110101 1000001 1001110

Color Harmonies of #EBE2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2A1

Black with #EBE2A1

Text Example


Text Example

White with #EBE2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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