Html Css Color HEX #EBE6A6 Pale Goldenrod

📋 copy color: '#EBE6A6'

red 235 ◦ green 230 ◦ blue 166

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

Shades of Pale Goldenrod #EBE6A6

Tints of Pale Goldenrod #EBE6A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.31%

R = 37.24%
G = 36.45%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBE6A6 (or 0xEBE6A6) is known color: Pale Goldenrod. HEX triplet: EB, E6 and A6. RGB value is (235,230,166). Sum of RGB (Red+Green+Blue) = 235+230+166=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A6 is #141959. Grayscale: #E0E0E0. Windows color (decimal): -1317210 or 10938091. OLE color: 10938091.

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

Color convert

RGB 235 230 166 -
CMYK 0 0.02 0.29 0.08
HSL 55.65º 0.63% 0.79% -
HSV(B) 55.65º 0.29% 0.92% -
XYZ 69.44 77.01 47.28 -
YUV 224.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 235 230 166 0 0.02 0.29 0.08 55.65 0.63 0.79
Hex EB E6 A6 0 2 1D 8 38 3F 4F
Octal 353 346 246 0 2 35 10 70 77 117
Binary 11101011 11100110 10100110 0 10 11101 1000 111000 111111 1001111

Color Harmonies of #EBE6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6A6

Black with #EBE6A6

Text Example


Text Example

White with #EBE6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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