Html Css Color HEX #EBE2A9 Pale Goldenrod

📋 copy color: '#EBE2A9'

red 235 ◦ green 226 ◦ blue 169

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

Shades of Pale Goldenrod #EBE2A9

Tints of Pale Goldenrod #EBE2A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.83%

R = 37.3%
G = 35.87%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBE2A9 (or 0xEBE2A9) is known color: Pale Goldenrod. HEX triplet: EB, E2 and A9. RGB value is (235,226,169). Sum of RGB (Red+Green+Blue) = 235+226+169=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2A9 is #141D56. Grayscale: #DEDEDE. Windows color (decimal): -1318231 or 11133675. OLE color: 11133675.

HSL color Cylindrical-coordinate representation of color #EBE2A9: hue angle of 51.82º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBE2A9 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 169 -
CMYK 0 0.04 0.28 0.08
HSL 51.82º 0.62% 0.79% -
HSV(B) 51.82º 0.28% 0.92% -
XYZ 68.62 74.92 48.38 -
YUV 222.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 235 226 169 0 0.04 0.28 0.08 51.82 0.62 0.79
Hex EB E2 A9 0 4 1C 8 34 3E 4F
Octal 353 342 251 0 4 34 10 64 76 117
Binary 11101011 11100010 10101001 0 100 11100 1000 110100 111110 1001111

Color Harmonies of #EBE2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2A9

Black with #EBE2A9

Text Example


Text Example

White with #EBE2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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