Html Css Color HEX #EBE1A2 Pale Goldenrod

📋 copy color: '#EBE1A2'

red 235 ◦ green 225 ◦ blue 162

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

Shades of Pale Goldenrod #EBE1A2

Tints of Pale Goldenrod #EBE1A2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.17%

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

R = 37.78%
G = 36.17%
B = 26.05%

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

#EBE1A2 (or 0xEBE1A2) is known color: Pale Goldenrod. HEX triplet: EB, E1 and A2. RGB value is (235,225,162). Sum of RGB (Red+Green+Blue) = 235+225+162=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE1A2 is #141E5D. Grayscale: #DDDDDD. Windows color (decimal): -1318494 or 10674667. OLE color: 10674667.

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

Color convert

RGB 235 225 162 -
CMYK 0 0.04 0.31 0.08
HSL 51.78º 0.65% 0.78% -
HSV(B) 51.78º 0.31% 0.92% -
XYZ 67.71 74.12 44.92 -
YUV 220.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 235 225 162 0 0.04 0.31 0.08 51.78 0.65 0.78
Hex EB E1 A2 0 4 1F 8 34 41 4E
Octal 353 341 242 0 4 37 10 64 101 116
Binary 11101011 11100001 10100010 0 100 11111 1000 110100 1000001 1001110

Color Harmonies of #EBE1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1A2

Black with #EBE1A2

Text Example


Text Example

White with #EBE1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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