Html Css Color HEX #EBEAA2 Pale Goldenrod

📋 copy color: '#EBEAA2'

red 235 ◦ green 234 ◦ blue 162

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

Shades of Pale Goldenrod #EBEAA2

Tints of Pale Goldenrod #EBEAA2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.08%

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

R = 37.24%
G = 37.08%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBEAA2 (or 0xEBEAA2) is known color: Pale Goldenrod. HEX triplet: EB, EA and A2. RGB value is (235,234,162). Sum of RGB (Red+Green+Blue) = 235+234+162=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAA2 is #14155D. Grayscale: #E2E2E2. Windows color (decimal): -1316190 or 10676971. OLE color: 10676971.

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

Color convert

RGB 235 234 162 -
CMYK 0 0.00 0.31 0.08
HSL 59.18º 0.65% 0.78% -
HSV(B) 59.18º 0.31% 0.92% -
XYZ 70.21 79.12 45.75 -
YUV 226.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 235 234 162 0 0.00 0.31 0.08 59.18 0.65 0.78
Hex EB EA A2 0 0 1F 8 3B 41 4E
Octal 353 352 242 0 0 37 10 73 101 116
Binary 11101011 11101010 10100010 0 0 11111 1000 111011 1000001 1001110

Color Harmonies of #EBEAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEAA2

Black with #EBEAA2

Text Example


Text Example

White with #EBEAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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