Html Css Color HEX #EBE6A2 Pale Goldenrod

📋 copy color: '#EBE6A2'

red 235 ◦ green 230 ◦ blue 162

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

Shades of Pale Goldenrod #EBE6A2

Tints of Pale Goldenrod #EBE6A2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.68%

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

R = 37.48%
G = 36.68%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBE6A2 (or 0xEBE6A2) is known color: Pale Goldenrod. HEX triplet: EB, E6 and A2. RGB value is (235,230,162). Sum of RGB (Red+Green+Blue) = 235+230+162=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 162 (63.67% from 255 or 25.84% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A2 is #14195D. Grayscale: #E0E0E0. Windows color (decimal): -1317214 or 10675947. OLE color: 10675947.

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

Color convert

RGB 235 230 162 -
CMYK 0 0.02 0.31 0.08
HSL 55.89º 0.65% 0.78% -
HSV(B) 55.89º 0.31% 0.92% -
XYZ 69.08 76.86 45.38 -
YUV 223.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 235 230 162 0 0.02 0.31 0.08 55.89 0.65 0.78
Hex EB E6 A2 0 2 1F 8 38 41 4E
Octal 353 346 242 0 2 37 10 70 101 116
Binary 11101011 11100110 10100010 0 10 11111 1000 111000 1000001 1001110

Color Harmonies of #EBE6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6A2

Black with #EBE6A2

Text Example


Text Example

White with #EBE6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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