Html Css Color HEX #EBE2B1 Pale Goldenrod

📋 copy color: '#EBE2B1'

red 235 ◦ green 226 ◦ blue 177

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

Shades of Pale Goldenrod #EBE2B1

Tints of Pale Goldenrod #EBE2B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.74%

R = 36.83%
G = 35.42%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBE2B1 (or 0xEBE2B1) is known color: Pale Goldenrod. HEX triplet: EB, E2 and B1. RGB value is (235,226,177). Sum of RGB (Red+Green+Blue) = 235+226+177=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2B1 is #141D4E. Grayscale: #DFDFDF. Windows color (decimal): -1318223 or 11657963. OLE color: 11657963.

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

Color convert

RGB 235 226 177 -
CMYK 0 0.04 0.25 0.08
HSL 50.69º 0.59% 0.81% -
HSV(B) 50.69º 0.25% 0.92% -
XYZ 69.39 75.23 52.46 -
YUV 223.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 235 226 177 0 0.04 0.25 0.08 50.69 0.59 0.81
Hex EB E2 B1 0 4 19 8 33 3B 51
Octal 353 342 261 0 4 31 10 63 73 121
Binary 11101011 11100010 10110001 0 100 11001 1000 110011 111011 1010001

Color Harmonies of #EBE2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2B1

Black with #EBE2B1

Text Example


Text Example

White with #EBE2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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