Html Css Color HEX #EBE6AD Pale Goldenrod

📋 copy color: '#EBE6AD'

red 235 ◦ green 230 ◦ blue 173

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

Shades of Pale Goldenrod #EBE6AD

Tints of Pale Goldenrod #EBE6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.12%

R = 36.83%
G = 36.05%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBE6AD (or 0xEBE6AD) is known color: Pale Goldenrod. HEX triplet: EB, E6 and AD. RGB value is (235,230,173). Sum of RGB (Red+Green+Blue) = 235+230+173=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6AD is #141952. Grayscale: #E1E1E1. Windows color (decimal): -1317203 or 11396843. OLE color: 11396843.

HSL color Cylindrical-coordinate representation of color #EBE6AD: hue angle of 55.16º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBE6AD is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 230 173 -
CMYK 0 0.02 0.26 0.08
HSL 55.16º 0.61% 0.8% -
HSV(B) 55.16º 0.26% 0.92% -
XYZ 70.1 77.27 50.76 -
YUV 225 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 235 230 173 0 0.02 0.26 0.08 55.16 0.61 0.8
Hex EB E6 AD 0 2 1A 8 37 3D 50
Octal 353 346 255 0 2 32 10 67 75 120
Binary 11101011 11100110 10101101 0 10 11010 1000 110111 111101 1010000

Color Harmonies of #EBE6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6AD

Black with #EBE6AD

Text Example


Text Example

White with #EBE6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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