Html Css Color HEX #EBEBA2 Pale Goldenrod

📋 copy color: '#EBEBA2'

red 235 ◦ green 235 ◦ blue 162

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

Shades of Pale Goldenrod #EBEBA2

Tints of Pale Goldenrod #EBEBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.18%

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

R = 37.18%
G = 37.18%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBEBA2 (or 0xEBEBA2) is known color: Pale Goldenrod. HEX triplet: EB, EB and A2. RGB value is (235,235,162). Sum of RGB (Red+Green+Blue) = 235+235+162=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEBA2 is #14145D. Grayscale: #E2E2E2. Windows color (decimal): -1315934 or 10677227. OLE color: 10677227.

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

Color convert

RGB 235 235 162 -
CMYK 0 0 0.31 0.08
HSL 60º 0.65% 0.78% -
HSV(B) 60º 0.31% 0.92% -
XYZ 70.49 79.69 45.85 -
YUV 226.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 235 235 162 0 0 0.31 0.08 60 0.65 0.78
Hex EB EB A2 0 0 1F 8 3C 41 4E
Octal 353 353 242 0 0 37 10 74 101 116
Binary 11101011 11101011 10100010 0 0 11111 1000 111100 1000001 1001110

Color Harmonies of #EBEBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEBA2

Black with #EBEBA2

Text Example


Text Example

White with #EBEBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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